Subj : WinSock
To   : Digital Man
From : Jon Justvig
Date : Mon Jun 11 2018 01:33 am

 Re: WinSock
 By: Digital Man to Jon Justvig on Sat Jun 09 2018 08:08 pm

Here's my code, trying to output using a socket:

char c;
std::fstream myStream("welcome.txt", std::fstream::in);
while (myStream.get(c))
{

send(clientSocket, (const char*)c, size_t(0), 0);
   std::cout << c;

Of course it outputs fine on the console, yet, it doesn't start on the second
line on column 1, it starts the second line on the line above and on the column
if left on...

Sincerely,
Jon Justvig
Stepping Stone BBS
telnet://vintagebbsing.com:2325
http://vintagebbsing.com:81

---
� Synchronet � Stepping Stone BBS - vintagebbsing.com:2325