I used to use OutputDebugString, and not using it now because
it only allows to strings to be outputted, are there any methods
that I can dump virtually anything to the console?
cout << thing << endl; but what if I am not start running the program from the command prompt?
Thanks
Jack
it only allows to strings to be outputted, are there any methods
that I can dump virtually anything to the console?
cout << thing << endl; but what if I am not start running the program from the command prompt?
Thanks
Jack