Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ problem
#13
In Visual Studio, you right click on the project, select properties, go to configuration properties, linker, system, make sure the property SubSystem is CONSOLE (/SUBSYSTEM:CONSOLE).

This should work for when you run without debugging.

If you are debugging then you should have break points set anyway.
Reply


Messages In This Thread
C++ problem - by Haseo - 2011-12-29, 08:09 PM
C++ problem - by happylight - 2011-12-29, 08:16 PM
C++ problem - by Haseo - 2011-12-29, 08:32 PM
C++ problem - by Spaz - 2011-12-29, 08:38 PM
C++ problem - by nRxUs - 2011-12-29, 08:40 PM
C++ problem - by Haseo - 2011-12-29, 08:51 PM
C++ problem - by FenixR - 2011-12-29, 10:27 PM
C++ problem - by Spaz - 2011-12-29, 11:30 PM
C++ problem - by Jedward - 2011-12-30, 12:49 AM
C++ problem - by nRxUs - 2011-12-30, 11:02 AM
C++ problem - by FenixR - 2011-12-30, 11:45 AM
C++ problem - by nRxUs - 2011-12-30, 11:55 AM
C++ problem - by happylight - 2011-12-30, 04:47 PM
C++ problem - by Haseo - 2011-12-31, 12:39 PM
C++ problem - by FenixR - 2011-12-31, 01:05 PM
C++ problem - by happylight - 2012-01-02, 03:44 PM

Forum Jump:


Users browsing this thread: