Turbo C compiler

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.
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.