Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    6

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

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    6
    man hs only usage information, i want to understand the working details of gcc

  4. #4
    oz
    oz is offline
    forum.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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...