cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Turbo C compiler
Turbo C compiler
Jun 20, 2013 at 7:31pm UTC
gautamreloaded
(31)
hii friends...can any one tell me that in which directory errors are stored in the turbo c compiler..there is definetly a directory where all errors are stored.
Jun 20, 2013 at 8:43pm UTC
ne555
(10692)
I doubt that the compiler logs the error messages, you could use stream redirection for that
$ g++ main.cpp 2>error.log
Also, consider using a modern compiler.
Topic archived. No new replies allowed.