1

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.

mtvec
  • 17,846
  • 5
  • 52
  • 83

1 Answers1

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