Need c++ Help *Im New*

Started by
9 comments, last by Drakkcon 19 years, 9 months ago
I was wondering if anyone knows of any good tutorials that are helpful. I don't have any money right know and any website or etcetera would be helpful. Im new and trying to learn c++. I want to become a programmer hopfully a game programmer. I am only 15 so something not to confuseing would be of help. Thx..
Advertisement
Cone3d here at GDNet is good. Look for 'Grounds Up!'

Good luck! [smile]
As has been said time and time again on these boards:
first learn to program then learn c++
But if you want to ignore this advice this is the best book I've come across for learning c++ for someone new
http://www.gamedev.net/columns/books/bookdetails.asp?productid=379
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe
www.gametutorials.com
nehe.gamedev.net

and read this too (many times):
http://www.lupinegames.com/articles/path_to_dev.html

and search "C++ tutorials" on Google!!!! Google is your friend! :)

Oh, and before you start another post about where to get a free compiler :rolleyes:, check out Dev-C++ at www.bloodshed.net, the console VC++.Net compiler or get a learner's edition of VC++ (cheaper)! :)
HOW DO I MAKE GAMES?READ THIS:http://www.lupinegames.com/articles/path_to_dev.html
I have aquired a large selection of free/sharware but not so easy to find e-books on c++. Send me a pm if you are interested.
"What are you trying to tell me? That I can write an O(N^2) recursive solution for a 2-dimensional knapsack?" "No, programmer. I'm trying to tell you that when you're ready, you won't have to." -Adapted from "The Matrix"
www.cprogramming.com has some good beginners tutorials.

Theres also an online version of Thinking in C++ - a great book which takes you through the basics right up to some advanced topics:

http://www.tigernt.com/onlineDoc/ticpp2/
I got on the ball quick with cplusplus.com's tutorials. I'm following it pretty smoothly. But I need to brush up on classes, since more complex programs use an object-oriented design. I gotta start writing programs that take good advantage of that.

New game in progress: Project SeedWorld

My development blog: Electronic Meteor

msdn.microsoft.com
http://www.cprogramming.com/

http://cplus.about.com/od/beginnerctutorial/index.htm?terms=C++

good sites
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                          
Looking for video game music? Check out some of my samples at http://www.youtube.c...ser/cminortunes            
                                                          
I'm currently looking to create music for a project, if you are interested e-mail me at cminortunes@gmail.com    
                                                          
Please only message me for hobby projects, I am not looking to create music for anything serious.
yeah right crono. MSDN is the official worst place to start when your just beginning. i tried that one time, and it totally fried my brain, and i havent been back since
Silence! I'm Psychoflexing...

This topic is closed to new replies.

Advertisement