Results 1 to 4 of 4
GNU is open source. So, cn i get to know various implementations of gcc compiler.
pls let me know where cn i find those stuffs, like implementation of namespaces, virtual ...
- 12-14-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 6
GCC info
GNU is open source. So, cn i get to know various implementations of gcc compiler.
pls let me know where cn i find those stuffs, like implementation of namespaces, virtual func. etc...
- 12-14-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,091
You can get some info on gcc and its usage with the man command:
Code:man gcc
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-14-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 6
man hs only usage information, i want to understand the working details of gcc
- 12-14-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,091
Check out An Introduction to GCC to see if it has any info you can use:
An Introduction to GCC - Table of Contents
If you like it, you can purchase the hard copy of the book if you wish.
Maybe some of the others will offer up some other suggestions.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
