Windows Vista Forums

Best c++ compiler compatible with Vista 64bit?
  1. #1



    Time Travel
    Join Date : Mar 2009
    Earth
    Posts : 30
    Linux
    Local Time: 07:24 PM
    canada ca ontario

    Best c++ compiler compatible with Vista 64bit?

    Anyone?


      My System SpecsSystem Spec

  2. #2
    H2SO4's Avatar

    A bit of a numpty
    Join Date : Mar 2009
    Australia
    Posts : 1,241
    Win7x64
    Local Time: 07:24 PM
    australia

     

    Re: Best c++ compiler compatible with Vista 64bit?

    There's no such thing as the "best" compiler because the task is far too complex and multi-dimensional. It's like asking who's best at maths

    Any compiler you've actually heard of will be perfectly fine. If it makes you feel better, inefficiencies introduced by your code are going to outweigh compiler inadequacies by several orders of magnitude. Nothing personal - I'm in the same category with you.

    Is there a problem you're trying to solve?

      My System SpecsSystem Spec

  3. #3



    Time Travel
    Join Date : Mar 2009
    Earth
    Posts : 30
    Linux
    Local Time: 07:24 PM
    canada ca ontario

      Thread Starter

    Re: Best c++ compiler compatible with Vista 64bit?

    Quote Originally Posted by H2SO4 View Post
    There's no such thing as the "best" compiler because the task is far too complex and multi-dimensional. It's like asking who's best at maths

    Any compiler you've actually heard of will be perfectly fine. If it makes you feel better, inefficiencies introduced by your code are going to outweigh compiler inadequacies by several orders of magnitude. Nothing personal - I'm in the same category with you.

    Is there a problem you're trying to solve?
    oOps sorry, what i was trying to say is if there is any compiler that could compile java, c,c++,vbs....(i hope not). Anyway thanks for the reply.

      My System SpecsSystem Spec

  4. #4
    H2SO4's Avatar

    A bit of a numpty
    Join Date : Mar 2009
    Australia
    Posts : 1,241
    Win7x64
    Local Time: 07:24 PM
    australia

     

    Re: Best c++ compiler compatible with Vista 64bit?

    Quote Originally Posted by Ufokrazy View Post
    Quote Originally Posted by H2SO4 View Post
    There's no such thing as the "best" compiler because the task is far too complex and multi-dimensional. It's like asking who's best at maths

    Any compiler you've actually heard of will be perfectly fine. If it makes you feel better, inefficiencies introduced by your code are going to outweigh compiler inadequacies by several orders of magnitude. Nothing personal - I'm in the same category with you.

    Is there a problem you're trying to solve?
    oOps sorry, what i was trying to say is if there is any compiler that could compile java, c,c++,vbs....(i hope not). Anyway thanks for the reply.
    No single compiler is going to handle all those languages, nor would you want it to -specialisation leads to efficiency.

    Java is a bytecode language, meaning it requires a JVM to execute the intermediate bytecode that's produced by a "compiler". By some strict definition, the JVM is an on-the-fly compiler. www.sun.com will have what you need - the development environment, plus the JVM.

    C++ is a superset of C which means that any C++ compiler will handle C as well. The converse is not true, but you'd be hard-pressed to find a C-only compiler for Windows in general use nowadays. MS Visual Studio comes in a C++ "Express" flavour which is free.

    VBScript is interpreted, not compiled. VBSCRIPT.DLL performs the actions specified in a vbs script. You don't need any additional "compilers" - all the necessary components are built into the OS.

      My System SpecsSystem Spec

Best c++ compiler compatible with Vista 64bit? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Producer 2003 compatible with Vista 64bit? capt*al Software 0 07 Mar 2009
Flashget or Getright compatible for Vista 64bit? army Software 4 24 Apr 2008
Vista 64bit Compatible Ipod Video Converters army Vista General 0 16 Apr 2008
Is there a game list of compatible games for Vista 64bit? Pooh-Man Vista General 2 31 Jul 2007
Re: compatible remote controls for Vista 32/64bit betas Peter Miller Vista hardware & devices 1 11 Jun 2006