I am studying c++. I have many questions about the layout of classes and compile of template, etc. I know these questions are concerned with compiler, but i don't know any book about the deep principle and design of some c++ compiler. Anyone can give me a suggestion?
propose me a book about c++ compiler on windows
Started by panpanf, Oct 16 2008 10:40 PM
3 replies to this topic
#1
Posted 16 October 2008 - 10:40 PM
|
|
|
#2
Posted 17 October 2008 - 07:43 AM
Every C++ compiler is different. There are several books out on GCC, but if you won't be using that compiler, they won't help any.
#3
Posted 18 October 2008 - 06:26 PM
Is there any c++ compiler that allows me to debug it on windows?
#4
Posted 20 October 2008 - 08:00 AM
GDB is the debugger for GCC. Most other compilers will also have a debugger.


Sign In
Create Account

Back to top









