What OS is best for programming in C++ ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brainbeevaleriu
    New Member
    • Sep 2008
    • 1

    What OS is best for programming in C++ ?

    Hello for everybody from bytes.com !
    I have any question for every one:

    - what OS is best for programming in C++ ?
    - what's advantages and disavantages programming in different Windows OS: 95,98, 2000, 2000server, XP, Vista , ...
    - what OS do you programming ?
    And what's advantages and disavantages ?

    Thanks!
    I'm wait for answer :)
    Valeriu.
    Last edited by Nepomuk; Sep 22 '08, 12:26 PM. Reason: Added a message, the OP sent by the "report" button
  • questionit
    Contributor
    • Feb 2007
    • 553

    #2
    Softwares are still being developed for various Operating Systems.

    If you are a beginner, it is easier to learn C++ for DOS - use Turbo C Compiler/Editor it is a very good one

    For Windows, VC++ is best. With VC++, you can develop applications for Windows but it needs you to learn GUI as well in C++.

    Writing C++ for Unix/Linux is same as writing for DOS.

    C++ for XP, Vista, etc is the same - only the operatig system has changed. The C++ developers might have added some new libraries to C++ for newer Windows versions though to write applications used in latest Windows versions.

    Hope it helps

    Qi

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by questionit
      Writing C++ for Unix/Linux is same as writing for DOS.
      That is not true. Basically, developing command line tools is very similar in any Microsoft OS or any other OS, that you can get a compiler for. So what you mean is: "Developing command line programs for Linux is the same as writing them for DOS." But in Linux you can use powerful graphical libraries too! (GTK and QT being the most widespread ones.)

      Personally, I develop all my programs in Linux, but most command line tools should work on any system you compile them for.

      Greetings,
      Nepomuk

      PS.: I'm guessing, that you're only really interested in Windows OSes, as you've asked this in the Windows Forum. If you want to know the differences between developing for various Windows versions, the C / C++ Forum may be a better place to ask.

      Comment

      Working...