![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programmer
|
What distro are you on?
__________________
Visit my blog, about all that stuff in between your nostrils >_> |
|
|
|
|
#12 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
sys/sockets.h should be on your system as part of your compiler's install. Many, many things are. Other 3rd party things you need are available were you find those things. You don't just gather a bunch of stuff unilaterally. You decide you want the xyz library, go download it from where you read about it, or a link that will be there.
G - O - O - G - L - E
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
#13 | |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3
![]() |
Quote:
![]() |
|
|
|
|
|
#14 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Think of it this way, Poly: one declares your intentions regarding what you plan to do, and the other defines precisely how you're doing it, step-by-step
.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
#15 |
|
Programming Guru
![]() |
Yo future, any compiler should come standard with these files...
__________________
|
|
|
|
|
#16 |
|
Newbie
Join Date: Aug 2005
Posts: 13
Rep Power: 0
![]() |
Not the linux files im sure
|
|
|
|
|
#17 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I'm not exactly sure what your approach is to getting answers, but it isn't really good if you don't listen. Tempest is correct. When you get a compiler for a particular operating system it comes with many of the headers and library things that you need for the most common things you will write for that system. Third-party things like some graphics libraries and such have to be located and added into the mix. If you are so "sure", why are you having to ask? I suggest you modify your approach to getting help and learning. If you don't like my responses, there are others. Listen to Tempest, don't blow him off like that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
#18 |
|
Professional Programmer
|
Future, a lot of the strange things you say in your quest for answers we've already given you make it seem like you're trying to compile Linux binaries on a Windows machine. Please tell me I'm just reading way too much into your posts.
In case I am, what the hell are you talking about, since it's not clear to any of us, apparently.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
#19 |
|
Newbie
Join Date: Aug 2005
Posts: 13
Rep Power: 0
![]() |
"Linux binaries on a Windows machine"
Yay thats the one. I have VC++ but it doesn't have all the "includes" i need in it. Sorry if i dont make sence, im n00b. ![]() |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|