I has a mfc
application which I am launching through command prompt. Where I will enter some specified syntax.
If I had given wrong syntax, as of now I am showing a message box. But instead of showing message can I write the same message to the same console where I am trying
to launch my application?
Can anyone kindly let me know how we can write to the console from an MFC application.