tcp in C++?
-
can anyone explain how to use tcp in C++ I've looked at a million sites and a million tutorials and every single one doesn't work.
mmavipc wrote:
how to use tcp
What do you mean? Doesn't socket solve your questions? There are plenty good articles around socket here in CodeProject.
//This is not a signature while (I'm_alive) { cout<<"I Love Programming"; }
-
can anyone explain how to use tcp in C++ I've looked at a million sites and a million tutorials and every single one doesn't work.
mmavipc wrote:
I've looked at a million sites and a million tutorials and every single one doesn't work
Good thing you came here then! There's plenty of articles available here and I bet most, if not all, of them work :) As mentioned, sockets is the easiest way to get started with TCP. Mark
"If you can dodge a wrench, you can dodge a ball."
-
can anyone explain how to use tcp in C++ I've looked at a million sites and a million tutorials and every single one doesn't work.
-
I've looked at many tutorials on this site. and none of them work(-_-") all the examples give compile errors
mmavipc wrote:
I've looked at many tutorials on this site. and none of them work(-_-") all the examples give compile errors
what type of compiler error!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
I've looked at many tutorials on this site. and none of them work(-_-") all the examples give compile errors
Have you found a solution yet? Mark
"If you can dodge a wrench, you can dodge a ball."