I have no experience whatsoever with C++ programming. I got Bloodshed Dev-C++ 4 from download.com, but I don't know if I should be using something else. What do I need to download, or if absolutely necessary, buy, to get started? Also, can anyone direct me to some tutorials for beginners?
actualy.. the best thing you should do.. is get Codeworrior..
or visual.. but if you ask me.. and if you want to learn C++.. really well.. than use Codeworrior.. doesnt have as many "Cool" options as visual.. but its a good way to start.. (if you need codeworrior.. ask me)
and seccond about tutorials.. you should honestly go out and buy the C++ Programing guide,... its about 30-60 bucks (depends on where you live) and its over 1000pages thick,.. but its a good reference and it comes in really handy
Mike
--------------------------------------
CanadianXtreme Sports Club
www.CanadianXtreme.ca
--------------------------------------
Don't get Codewarrior. Codewarrior sucks. I say this from experiance. Metroworks seems to not understand the Windows interface standards and likes forcing Macism on us. Besides, the majority of tutorials will assume you are using Visual C++. The easiest version to optain is Visual C++.net: http://www.compusa.com/products/prod...ct_code=290050
However, most tutorials will probably expect v6.0. You may even be able to find restricted licence versions of 6.0 for $60 and under at retail stores (subject to local demand for such things ).
Then, of course, there is e-bay.
In any case, my reccomendation is Visual C++ v6.0, or barring that, Visual C++ .net
It's True. Code Warriors sucks big time, but what i am wondering is what can i do with VB i mean i quit it because C++ was way better. But someone told me i should learn it...
I have a licensed version of VS 6, which works great. Besides, even though I don't have a great load of experience, I would still recommend "Visual C++ 6 For Dummies". It really takes the users from nowhere up to a decent level of programming, and it's always something to fall back on if things go badly.
"Stephen Wolfram is the creator of Mathematica and is widely regarded as the most important innovator in scientific and technical computing today." - Stephen Wolfram
WRONG
I've used pascal for many programs. It is also used in high reliability systems. Many of its features help make programs written in it more reliable (because they prevent coding errors/mispractices).