D
devphylosoff
hi
how to print text messages on standard output (like a "std::cout <<
"text"
in below serwer :
http://devphyl.rootnode.pl/com/SieveServer/
original site: http://msdn.microsoft.com/msdnmag/issues/0400/async/
unfortunately std::cout doesn't work, because serwer start and run in
background, so my question
is what I need to change in code.
save to file is not acceptable.
how to print text messages on standard output (like a "std::cout <<
"text"
http://devphyl.rootnode.pl/com/SieveServer/
original site: http://msdn.microsoft.com/msdnmag/issues/0400/async/
unfortunately std::cout doesn't work, because serwer start and run in
background, so my question
is what I need to change in code.
save to file is not acceptable.