flat lcd monitor ntsc tft

Should I rather use a MAC or a Windows computer for C++ programming?

Starting to get deep into this C++ programming book I picked up, but I am using CodeX, pretty good IDE. But what should I be using a MAC or a Windows, also what would be a good GUI as well also a better IDE than what I'm using?


It really doesn't matter which one you use. Both will compile and run C++ just fine. I usually use either Netbeans or Eclipse when writing programs. Bot have plugins that compile C++. I believe the Mac does have a built-in compiler for C++ though and

C Computer Programming Language #1 - Intro

C is one of the most common computer programming languages today. C++ is an extension to plain C that allows object oriented programming and is ...