question  How to get information on the run-time errors?

JRevor (118)   Link to this post
Everytime i have an error on a Windows console program, i never have a way of seeing the error info. Is there any way to do this?
firedraco (2607)   Link to this post
If you are using VC++:

View -> Other Windows -> Error List
Or just press Ctrl+E (by default).
JRevor (118)   Link to this post
Unfortunately, I have to use gnu's c++ compiler : g++ (It's mandatory on my university) . That's why i use dev c++ (which is absolutely not recommended, etc..etc...) . Anyways, thanks for the help , firedraco.

Any other idea?
Last edited on

This topic is archived - New replies not allowed.