I need to run a console when the app starts (for debug, log, etc) without a .bat file. I use the LCC compiler on Windows 7 x86.
Asked
Active
Viewed 104 times
1 Answers
1
Look at the console APIs in Windows, start with AllocConsole.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682010%28v=vs.85%29.aspx

selbie
- 100,020
- 15
- 103
- 173
-
1Thanks, this is working on Windows, but is there analog of this command on Linux? – user1378398 May 07 '12 at 04:59