Swedishguy
Deity
Help me, I'm a newb. My parents told me to learn how to program stuff this summer, but I don't know how to get C++. Is it downloadable? Any help would be appreciable. Thanks.
Help me, I'm a newb. My parents told me to learn how to program stuff this summer, but I don't know how to get C++. Is it downloadable? Any help would be appreciable. Thanks.
I recommend you begin using Linux if you want to learn programming. Fedora is a nice distribution to start with and it comes with c, c++, python, perl, assembly compilers, and probably more that I'm unaware of.
If you really wamt to learn C++, and I don't recommend it for beginners, I'd get Visual Studio express too, the IDE is better than DevC++ so I hear.
Make sure you read the C++ ISO Standards, front to back. You have to have it memorized!
That's a rather silly and completely untrue statement. What reason is there for using Linux in development, aside from personal preference or needing to test code on that platform?
Meh, give me UltraEdit any day.Why, vi and emacs of course!![]()
I hate Visual Studio, with a passion. For anything simple, DevC++ is much easier and conveniant to use.
Good programmers not only understand syntax, but write standards-compliant code (which is above and beyond fundamentals).Good programmers don't memorize, they understand fundamentals.
Syntax and functions can always be looked up.
warpus said:Good programmers don't memorize, they understand fundamentals.
Syntax and functions can always be looked up.
Speedo said:For any remotely complicated projects, though, Visual Studio is a godsend. If they're still offering the Express version for free, I'd definetly grab it.
Yes, it really is great even for my simple projects. And yeah, it is still free - I think it will continue to be, I don't see any "limited offer" messages anywhere...
I strongly agree with this. I learnt C, but found I couldn't quite get the hang of object oriented programming with C++. But then I learned Java, which was easy to understand, and suddeny C++ made sense.C/C++ were the first languages I learned when I was.....12-13 I think. I didn't find them very good to learn though. Maybe you will be different. I found that to progress from Visual Basic to Java was much better, and knowing Java, I am able to make the transition C++ much easier since they are so similar (Java is based upon C++). If this is your first time programming, I would highly recommend you learn something else!