User profile: Sanction

User info
User name:Sanction
Name:Matthew
Location:Mi
History
Joined:
Number of posts:46
Latest posts:

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 APP
Thankyou that worked. Is there a reason why std::cout doesn't work? and WriteFile does?

CMD Prompt with WIN32 APP
I allocate a console.

CMD Prompt with WIN32 APP
Hi, I need help with running CMD Prompt with WIN32 App program that I'm working on. I just want to u...