Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Ask for book information

Reply
Thread Tools

Ask for book information

 
 
John
Guest
Posts: n/a
 
      11-18-2004
Is there any good book about "How C++ compiler works?"
I find that it is helpful to programming if understanding the compiling mechanism.
Thanks.

John
 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      11-18-2004
"John" <> wrote...
> Is there any good book about "How C++ compiler works?"
> I find that it is helpful to programming if understanding the compiling
> mechanism.


Well, good for you. I don't find that, but that's just me.

You should probably check out "Inside C++ Object Model" and
any book on compilers. Essentially, all compilers from high-
level languages like C++, do the same thing when translating
from source code form into some kind of internal form, be it
machine code, byte code, meta language, or whatever you can
imagine.

Another way you can learn the inner workings of a compiler is
to get the source to the compiler and analyse it. GCC is the
open source project. Download it and study until you're blue
in the face.

Good luck!

V


 
Reply With Quote
 
 
 
 
Stuart Gerchick
Guest
Posts: n/a
 
      11-18-2004
(John) wrote in message news:<. com>...
> Is there any good book about "How C++ compiler works?"
> I find that it is helpful to programming if understanding the compiling mechanism.
> Thanks.
>
> John


There 2 books to read for this

Inside the C++ Object Model by Lippman
The Design and Evolution of C++ by Bjarne Stroustrup

These books will put you in the right direction
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ask for book for efficient coding in C MBALOVER C Programming 26 03-26-2010 11:09 PM
Ask for book recommendation on component programming shuisheng C++ 1 03-12-2007 01:02 PM
More Information than just IIS Log Information subrato ASP .Net 8 03-14-2006 09:59 PM
signer information does not match signer information of other classes in the same package clercmedia Java 2 12-09-2005 03:14 PM
strange information from asp.net trace / getting performance information using WebRequest and StreamReader z. f. ASP .Net 0 02-03-2005 11:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57