Hi,
I have made a small service program in C++. I use printf to print debug/log
messages.
When I redirect output to a log file "myprogram > log.txt" the file log.txt
stays empty.
My program can be recompiled for Linux, and here the same thing happens.
I have done a minimal C++ program, here redirection works fine.
What can cause command line redirection not to work as expected?
Thanx in adv
Tage