tcp & sockets with C++
-
I've looked at all the tutorials for using tcp and sockets with C++. But all of them either give me code errors or linker errors when I try to compile and test the example programs. Does anyone know of a tutorial that works? oh yea I'm using Visual C++ 2005 express edition.
-
I've looked at all the tutorials for using tcp and sockets with C++. But all of them either give me code errors or linker errors when I try to compile and test the example programs. Does anyone know of a tutorial that works? oh yea I'm using Visual C++ 2005 express edition.
-
I've looked at all the tutorials for using tcp and sockets with C++. But all of them either give me code errors or linker errors when I try to compile and test the example programs. Does anyone know of a tutorial that works? oh yea I'm using Visual C++ 2005 express edition.
Can u list the compile error or linking errors. So as to let u know the exact cause. Till then happy coding...
Get the facts or facts will get you and when you get them, get them right or they will get you wrong. Happy Coding :)
-
I've looked at all the tutorials for using tcp and sockets with C++. But all of them either give me code errors or linker errors when I try to compile and test the example programs. Does anyone know of a tutorial that works? oh yea I'm using Visual C++ 2005 express edition.
Also if the tutorials are MFC then they won't work with VS2005 Express.
"If you can dodge a wrench, you can dodge a ball."
-
Have you installed the Platform SDK[^] in your VC++ Express Edition? Without it you can't use Winsock or other native Win32 APIs.