CMD Prompt with WIN32 APP I'm getting some ugly results using the following: [code] //TEST string filename = "Test.txt"; ...
Parse Data from txt file while its open with another program?Is this possible to do and how can I do this with WIN API? I would prefer to use <fstream> but I wan...
CMD Prompt with WIN32 APPThankyou that worked. Is there a reason why std::cout doesn't work? and WriteFile does?
CMD Prompt with WIN32 APPI allocate a console.
CMD Prompt with WIN32 APPHi, I need help with running CMD Prompt with WIN32 App program that I'm working on. I just want to u...