![]() |
Help please
Sorry i was a prick in the delphi bit i dont dont like to take shit, we all know how it is... anyway..
Does anyone know where i can download packages for C++ like sys/socket.h This is pretty important. Thanks |
What do you mean by packages?
|
|
arn't you able to download packages with lots of these extentions in?
Like: <sys/socket.h> <unistd.h> <arpa/inet.h> <openssl/md5.h> |
Quote:
|
so it cant be done? I know there for linux but i need to compile some linux stuff on my box.
|
Quote:
|
Quote:
|
The declarations (prototypes) serve as a description so that the compiler may check for correct usage. They are normally found in the header files. The code you need (the definitions) are rarely there. They are normally in library files. Your compilation may succeed if the headers are found, but the link step will fail the the actual code, as carried in library files, is not found. The locations of both of these types of files can be specified on the compiler/linker's command line or, if you are using an IDE, in the IDE's options/preferences areas.
|
so is there not like a link to download some of these things?
|
| All times are GMT -5. The time now is 4:25 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC