I am thinking if it is possible to redirect printf or cout to a socket easily?
I am currently programming in Windows VC++ btw...
|
|
|
No, but you can use the
Note that In C++, you can also use a
|
|||
|
|
|
Not trivially. In WinSock (MS Windows) world sockets are not the same as file descriptors. |
|||
|
|
|
Linux has dprintf() which allows you to write to a socket file descriptor.
|
||||
|
|