Thread: C++ Compiler

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    1

    C++ Compiler

    To create a C++ compiler which components are required and where can I get the downloads.

    Thanks.

  2. #2
    Registered User JasonLikesJava's Avatar
    Join Date
    Mar 2002
    Posts
    175
    Create a compiler?? Or do you want to get a compiler?

  3. #3
    Registered User Liam Battle's Avatar
    Join Date
    Jan 2002
    Posts
    114
    yea, thats a good question jasonlikesjava asked...
    cuz if you are making a C++ compiler you wouldnt have asked that question here gathoni..
    Last edited by Liam Battle; 05-10-2002 at 12:51 PM.
    LB0: * Life once school is done
    LB1: N <- WakeUp;
    LB2: N <- C++_Code;
    LB3: N >= Tired : N <- Sleep;
    LB4: JMP*-3;

  4. #4
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    [ off topic ]
    JLJ, where'd you find that avatar? Pretty cool. Is it Sephiroth?
    [ /off topic ]

    If you want to download a compiler check the FAQ. It has links to a good bit of free compilers for almost any platform.

    If you want to make a compiler ( like for a scripting engine ) then you first need to define your needs ( variables, decision statements, functions, lops, etc. ). After you decide your language needs/syntax/etc. then you can start creating your compiler.

  5. #5
    Unregistered
    Guest
    I would like to compile a compiler by downloading the various components from the Net and putting together a compiler.

  6. #6
    flashing vampire black's Avatar
    Join Date
    May 2002
    Posts
    563

    Post

    Originally posted by Unregistered
    I would like to compile a compiler by downloading the various components from the Net and putting together a compiler.
    that sounds no better than download a compiler directly, yes ?
    Never end on learning~

  7. #7

  8. #8
    Registered User JasonLikesJava's Avatar
    Join Date
    Mar 2002
    Posts
    175
    jdinger, yeah, its Sephiroth but I'm not really into Final Fantasy but I just like all anime. I did a google search for anime icons and eventually came across it

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