Thread: multiple compilers

  1. #1
    Registered User newbie_grg's Avatar
    Join Date
    Jul 2002
    Posts
    77

    multiple compilers

    can i use multiple compilers on a same system???
    "If knowledge can create problems, it is not through ignorance that we can solve them. "
    -Isaac Asimov(1920-1992)

  2. #2
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798
    Can you be a little more specific?

    I have three different compilers on my system. If you mean "Will the same code work for different compilers?" Then the answer would depend on the sort of programming you are doing and in any case would probably be no. But if you mean "Can I install more than one compiler without my machine exploding?" then the answer would be yes.

  3. #3
    Registered User newbie_grg's Avatar
    Join Date
    Jul 2002
    Posts
    77

    ok..

    that was pretty good answer.. i liked it.. thanx.. actually what i meant was "Can I install more than one compiler without my machine exploding?" then the answer would be yes. hehehhe...
    "If knowledge can create problems, it is not through ignorance that we can solve them. "
    -Isaac Asimov(1920-1992)

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yup....on my system I have;

    CodeWarrior
    VC++
    Devc++

    I also have

    Masm32
    Tasm5
    JBuilder

    And 101 other things I have downloaded or bought...

    No conflicts as yet

  5. #5
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    Yep, I've got MSVC++6, DevC++, I may have smallC sitting around somewhere, not sure.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Multiple C Compilers installed
    By Hansie in forum Tech Board
    Replies: 6
    Last Post: 06-25-2007, 11:39 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Linker errors - Multiple Source files
    By nkhambal in forum C Programming
    Replies: 3
    Last Post: 04-24-2005, 02:41 AM
  4. Replies: 1
    Last Post: 05-01-2003, 02:52 PM
  5. Using multiple threads in REALLY old compilers
    By scooby13q in forum C++ Programming
    Replies: 2
    Last Post: 12-16-2002, 04:31 PM