• 0

What Developer Environment Should I Get For C++


Question

I am starting a c++ class next semester and i want to know what i should get so i can start learnign the lessons in the textbook. I use windows xp and i can't pay for a developer environment

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

I second the motion for Dev-C++.

Btw, I hope you're taking C++ as a 'stepping stone' to other languages. Seems like most universities are moving off the "C/C++ standard" and requiring java. Just something to think about.

Link to comment
Share on other sites

  • 0

use notepad and a free compiler.

I'm in my 5th semester of programming stuff and i've never really used the IDE's for what they are worth.

I've taken data structures, OOP with C++, java, assembly, AP comp sci, and another C++ intro class...

You'll be doing console based stuff for a while ;)

Link to comment
Share on other sites

  • 0

This is the reasoning at my university as I understand it. Java is new, C++ is old. I'm sure people asked the same question when Pascal was dumped in favor of C++. Although, I think it is a huge mistake to move to Java. Most engineers I know, hardware or software, say C/C++ is extremely important if you want to program anything remotely high performance.

Link to comment
Share on other sites

  • 0

i feel java's major advantage and disadvantage is being cross platform. on one hand, u could run your code almost anywhere. but on the other, it makes your code run slow and perform poorly.

and pascal still lives in delphi, although its now object pascal.

however, the industry standard is still c++ and it will be for quite some time.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.