cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to get information on the run-time e
How to get information on the run-time errors?
Oct 25, 2009 at 4:30pm UTC
JRevor
(147)
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?
Oct 25, 2009 at 7:49pm UTC
firedraco
(6243)
If you are using VC++:
View -> Other Windows -> Error List
Or just press Ctrl+E (by default).
Oct 25, 2009 at 9:59pm UTC
JRevor
(147)
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
Oct 25, 2009 at 10:00pm UTC
Topic archived. No new replies allowed.