Project 1999

Project 1999 (/forums/index.php)
-   Off Topic (/forums/forumdisplay.php?f=19)
-   -   good IDE for C++? (/forums/showthread.php?t=149775)

phacemeltar 05-05-2014 04:56 PM

good IDE for C++?
 
i am interested in learning some C++ (and python?) and i am wondering if anyone can suggest a good environment for me to do this in. the pc i am using has windows8 installed on it.

Rettj 05-05-2014 05:11 PM

Microsoft Word 2012

r00t 05-05-2014 05:20 PM

Visual Studio is the goto standard for C++ on Windows. You can integrate the IronPython plugin to make it a Python editor and make .NET calls from Python, which can be very powerful. For pure Python, JetBrains PyCharm is really good.

An alternative, Qt Creator is another great IDE for C++, free and cross-platform.

---

I use Eclipse at work. I highly recommend VS or Qt, for your sanity.

Haynar 05-05-2014 05:23 PM

Netbeans isnt too bad.

loramin 05-05-2014 05:30 PM

Eclipse (with the appropriate plug-ins) can handle both languages decently. As Haynar said, Netbeans (Eclipse's closest "competitor") is also popular, and both are free.

stormlord 05-07-2014 02:55 PM

I used to use Code::Blocks. I can't remember how you set it all up. It was decent, but I still preferred VC++ because it made some things easier. Right now I use MSVC++ 10 Express.

Code blocks:
http://www.codeblocks.org/

If you're using windows, I'd go with MSVC++ 10 Express (scroll down):
http://www.visualstudio.com/download...sual-studio-vs

BUT Code::Blocks is more cross-platform, so if you run a cross-platform project, go with Code::Blocks. That way you don't have to create two different project builds: one for windows, one for other.

Additionally, Code::Blocks can probably have extended functionality with plugins. I never tried those.

It's probably a headache to set all this up at first, especially if you haven't done it before. I remember when I wrote my first code in QBasic. There was no setup. It was very easy to get going.

stormlord 05-07-2014 03:08 PM

Quote:

Originally Posted by r00t (Post 1440886)
Visual Studio is the goto standard for C++ on Windows. You can integrate the IronPython plugin to make it a Python editor and make .NET calls from Python, which can be very powerful. For pure Python, JetBrains PyCharm is really good.

An alternative, Qt Creator is another great IDE for C++, free and cross-platform.

---

I use Eclipse at work. I highly recommend VS or Qt, for your sanity.

I fondly remember coding python. Very easy language to get started in.

I think the funnest/easiest coding is lightweight, like making scripts.

My dream job would be coding/creating quests for an mmo or game. Making query scripts or front ends for databases wouldn't be bad, either. But that pales in comparison to making quests.

JayN 05-07-2014 03:17 PM

skip to ruby on rails the demand is staggering at the moment, and it is way easier to use


All times are GMT -4. The time now is 12:26 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.