C++
Hi there I recently have undertaken the slow process of getting to grips to C++ I chose this language as from what I have read so far it's very versatile and seems to be a good skill to aqquire.
Can anybody recommend any study materials which are not to complex i'm talking idiots level here lol as previously I have jumped straight into the deep end with books which I have failed to grasp the concepts.
Anyone got any tips for learning C++
Finally as I am learning ansi C++ i thik that's what it's called what kinda tools do I need to start making programs for a windows box.
Any recommendations?
Can anybody recommend any study materials which are not to complex i'm talking idiots level here lol as previously I have jumped straight into the deep end with books which I have failed to grasp the concepts.
Anyone got any tips for learning C++
Finally as I am learning ansi C++ i thik that's what it's called what kinda tools do I need to start making programs for a windows box.
Any recommendations?
Microsoft's strategy to conquer the I.T industry
" Embrace, evolve, extinguish "
" Embrace, evolve, extinguish "
Comments
-
ally_uk Member Posts: 1,145 ■■■■□□□□□□Anyone?Microsoft's strategy to conquer the I.T industry
" Embrace, evolve, extinguish " -
bighornsheep Member Posts: 1,506Depending on how much you already know...and what it is about C++ you want to learn, there's typically two paths you can take. Either download a compiler (or use a Linux distro which usually comes with one built-in) and start coding with a simple editor.
Or if you're only interested in making a Windows applications that uses C++ as the high level language, you can use an IDE, and Visual C++ probably being the most famous one.
For a simple C/C++ compiler on windows see:
http://www.mingw.org/
For the free edition of Visual C++ and other Visual .NET utilities, see:
http://msdn2.microsoft.com/en-us/express/aa975050.aspxJack of all trades, master of none -
Megadeth4168 Member Posts: 2,157http://www.bloodshed.net/devcpp.html
Is a great program I use for C++ projects.
I can't really offer any good books... The couple that I have at work are unfortunately too advanced. I'm like you, I need some beginner guides myself. -
bighornsheep Member Posts: 1,506Megadeth4168 wrote:I need some beginner guides myself.
Try this one:
http://www.amazon.com/Absolute-CodeMate-Enhanced-Walter-Savitch/dp/0321197240/ref=pd_bbs_sr_2/002-0430015-3250453?ie=UTF8&s=books&qid=1190379513&sr=8-2
There's a new edition, but you don't have to get that one if you just want a generic c++ guide.Jack of all trades, master of none -
JDMurray Admin Posts: 13,089 Adminally_uk wrote:Finally as I am learning ansi C++ i thik that's what it's called what kinda tools do I need to start making programs for a windows box.