Thread: C compiler

  1. #1
    Unregistered
    Guest

    C compiler

    Hi All,
    I want to compile C programs on my home PC. I have a book which says it has "POWER C" compiler. Based on the examples, it seems to function slightly different than the original gcc compiler which i was used to at work. Any ideas as to where i can get the compiler and start running programs. Help is very much appreciated.

    Thanks,
    joy

  2. #2
    Unregistered
    Guest
    You mention two compilers. Which one do you want?

  3. #3
    Dimeslime
    Guest
    If you want to get the gcc compiler goto >> http://gcc.gnu.org
    The newest one is 3.0 i think.

    As for your "Power C", no idea... If you have a manual, just check up on it. If your programming in ANSI C, shouldn't be dramatic difference.

    Cheer mate!
    Russ.

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    11
    Borland now gives away some good ansi c compilers.
    http://www.borland.com/[/URL]

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Here http://www.delorie.com/djgpp/ you can also download a package containing GNU compilers and tools.

  6. #6
    Registered User bljonk's Avatar
    Join Date
    Oct 2001
    Posts
    70

    simple!

    try Digital Mars:
    http://www.digitalmars.com/
    i'm a newbie is the simplest i have tryed i'm going for the DJGPP next.


    search result: http://www.mixsoftware.com/root.htm
    Last edited by bljonk; 02-12-2002 at 04:29 PM.
    Ünicode¬>world = 10.0£

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM