Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What is the Best OS for programming C++ and Designing graphics  (Read 10133 times)

0 Members and 1 Guest are viewing this topic.

Nikhil Joshua

    Topic Starter


    Rookie

  • Nikhil Joshua
    • www.njsoftpro.wordpress.com
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
What is the Best OS for programming C++ and Designing graphics
« on: December 30, 2013, 08:24:00 PM »
As my windows 8 is corrupted, I dont have a recovery partition, I wanted to move to another Free Operating System like Linux or Unix. I just wanted to take an advice for professionals about the operating system I wanted to install.
« Last Edit: December 30, 2013, 08:43:52 PM by Nikhil Joshua »

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: What is the Best OS for programming C++ and Designing graphics
« Reply #1 on: December 30, 2013, 11:11:05 PM »
Windows 7 is well known. Works good
Linux Mint is reliable. Well supported.
Your choice.
More modern software tools are available in Windows. Fort example, many commercial programs require either C++ or .NET libraries from Microsoft ft.

Personally, I stick with MS, but I am no longer working in IT. Many commercial web sites use  only Linux and its tools on the servers.

Salmon Trout

  • Guest
Re: What is the Best OS for programming C++ and Designing graphics
« Reply #2 on: December 31, 2013, 04:49:03 AM »
From Windows 8 to "another free operating system"? Like "Linux or Unix"? Neither Windows 8 nor Unix are free. (The name "Unix" properly refers to AT&T’s original UNIX operating system, which is not free.)

camerongray



    Expert
  • Thanked: 306
    • Yes
    • Cameron Gray - The Random Rambings of a Computer Geek
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Mac OS
Re: What is the Best OS for programming C++ and Designing graphics
« Reply #3 on: December 31, 2013, 11:10:03 AM »
There is no best operating system - It really just comes down to personal preference.

Try a bunch of linux distributions out - Ubuntu/Mint/Elementary are great "starter" distros and have good support around them.  Linux distributions are obviously free so just download a bunch of them and try them out.

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: What is the Best OS for programming C++ and Designing graphics
« Reply #4 on: December 31, 2013, 11:31:55 AM »
camerongray, What you said is right on. This is nor a disagreement, but ans inspection of your point.

The OP needs to consider his objectives, and/or preferences.
In any case, all the stuff  over  seven years old is already dated.
Does the OP already have some time spent on any  traditional programming?
IMHO, if he does not have at least six months s of work in a traditional programming structure, he should re consider is whole objective.

A commended read:
http://radar.oreilly.com/2013/01/the-future-of-programming.html
Quote
Programming is changing. The PC era is coming to an end, and software developers now work with an explosion of devices, job functions, and problems that need different approaches from the single machine era. In our age of exploding data, the ability to do some kind of programming is increasingly important to every job, and programming is no longer the sole preserve of an engineering priesthood.
You see, it is not me saying this. As for me. I am now a very  old dog. If I were 30 years younger, I would drop C++ like a dead toad.



m_ilad__



    Beginner

  • moderator locked one of my topics for no reason.
    • Certifications: List
    • Computer: Specs
    • Experience: Familiar
    • OS: BSD
    Re: What is the Best OS for programming C++ and Designing graphics
    « Reply #5 on: December 31, 2013, 03:45:24 PM »
    Stick to the same OS. ( Windows 8 )
    You can use Microsoft Visual Studio for Programming in C++,
    And for designing, windows 7 or 8 are the best ones.
    a Moderator locked one of my topics for no reason.
    There are members here include bc programmer and comerongray answered some of my questions and thank them. but they did somethings bad to me too.
    Comerongray and squashman warn me sometimes about what I do in forum while they are not actually moderators.
    they ruined my topic as well as bc programmer that said something unrelated in it and so ruined it.
    now i can't start new topics anymore and can't PM to any member.This is certainly criminal

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: What is the Best OS for programming C++ and Designing graphics
    « Reply #6 on: December 31, 2013, 05:47:37 PM »
    I also agree that why not stick with Windows 8 that the system came with. If this system came with a legal copy of Windows 8, then you can contact the computer manufacturer and purchase replacement system recovery media for usually $35 or less.

    As for Linux Distros go, my favorite is MINT KDE and MINT Cinnamon, although if you want to play video games that normally run on Windows, you may find that some will work with WINE, while others will degrade thru WINE or wont work at all through WINE.

    As far as a title to this discussion which is kind of offset to the initial post, there are some really cool programs written in C++ that were developed under Linux for Linux, however if developing C++ programs from Windows, you will really want to develope them using Windows as the OS to base them from for testing etc. Especially if you are planning on using .NET which is pretty much explicitly Microsoft OS, however there is the Mono Project that ties .Net to Linux http://www.mono-project.com/Main_Page but of which I have not played with mono yet.