![]() |
|
Servers and Clients C++ - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Servers and Clients C++ (/Thread-Servers-and-Clients-C) |
Servers and Clients C++ - MadfoolsWishbone - 07-01-2011 Hi. I'm basically a crappy programmer so far. I teach myself on my off-time and I'm doing it in such a random manner that I finally decided to buckle down and stick with one language and make myself a project. My first project is to, in C++, write a program that checks my ports for any external devices connected to it and to print them out on the screen. (I believe I'm right in using the word port here). Can someone explain to me what exactly servers and clients are and if I am right in my assumption that I need to use a client in my project. RE: Servers and Clients C++ - puma - 11-27-2011 This is in C, but well worth the read and easy to convert into c++. http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html |