The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Can't install MS Visual Studio. Suggest other C++ IDE, please. [SOLVED]
Like it says, I can't install Microsoft Visual Studio. I keep getting the dreaded "Invalid license data. Reinstall is required." error. Microsoft suggests I delete and reinstall which I've done but I keep getting the same error message - regardless if I run as Administrator or not btw.
I found guides from the past few years with work arounds, but nothing has worked for me.
Are there any other C++ IDEs that I could use?
My goals for this is to learn some programming. I don't know much about it, but I've found a few tutorials that'd I like to work with a bit.
Well waaaay back in the day I used DevC++ from Bloodshed software, but it hasn't been updated in like, 7 years and doesn't have terribly many features. Also is a little weird if I remember right.
L Ron HowardThe duckMinnesotaRegistered Userregular
edited February 2011
I could never get Eclipse's C++ extension to work.
If you're not doing windows applications, I'd say DevC++. I like it, and it seemed to be very tiny and lightweight, working perfectly in Win 7 for raw C/C++ programs I programmed on it.
Posts
This. It's my favorite non VS IDE for C++ dev. I've used Eclipse and dev-c++, C::B is by far the best in my opinion.
If you're not doing windows applications, I'd say DevC++. I like it, and it seemed to be very tiny and lightweight, working perfectly in Win 7 for raw C/C++ programs I programmed on it.
Consider this thread done.