Jump to content

propose me a book about c++ compiler on windows

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
panpanf

panpanf

    Newbie

  • Members
  • Pip
  • 5 posts
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?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
panpanf

panpanf

    Newbie

  • Members
  • Pip
  • 5 posts
Is there any c++ compiler that allows me to debug it on windows?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
GDB is the debugger for GCC. Most other compilers will also have a debugger.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog