"Teddy" <bla@bla.bla> wrote in message
news:3f1eca00$0 $22098$5402220f @news.sunrise.c h...[color=blue]
> How can I open a TCP Connection to another host in C++?
> fopen does not work (like in other languages).
>
> Thanks
> Teddy
>[/color]
Standard C++ has no automatic support for networking. If fopen does not work
for you then you need to look at a platform specific solution. The place to
ask about that is in a newsgroup that discusses your platform, whatever that
might be. Here we discuss the language only.
Comment