starting

Started by
25 comments, last by stevelevesque 21 years, 9 months ago
i want to be a programmer but all the tutorials that people tell me to use don''t really help would it be better for me to join a summer course at a college. Or can someone tell me something they used to start to program. At the begining i am interested in C++. I have programed in basic but it was the simplist programs that can be made. thanks When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail
~When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail.www.instinctz.net
Advertisement
Whereabouts are you?

There are a few good books that will help... many people swear by Sams'' "Teach yourself C++ in 24 hours."


(Note: do not confuse with "Teach yourself Visual C++ in 24 hours", which is a fairly crappy book)

Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse

I can never understand why a beginner programmer wants to start off with C++. Well, actually I can, but I don''t agree with the reasons. Why not check out something like Python as a first language?
yea i am learning with VB and i got a book called
microsoft visual basic game programming witn directx
and so far is so good

Merlin the soon to be game magician!
Merlin the soon to be game magician!
Where can i find some good tutorials for python. And also is it good for a beginner to make games.

When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail
~When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail.www.instinctz.net
I learned c++ as my first language, what''s the problem? Wrox press has a book "Beginning Visual C++ 6.0" by Ivor Horton. The first half of the book which teaches straight c++ using console apps is excellent. The second half of the book which "teaches" windows programming is baffling as to wtf they were trying to accomplish. But the first half is so good I still recommend this book; the second half is good to atleast give you a foggy idea of windows programming.
There's no problem in learning C++ as your first language. None at all. I don't know of any sites, but I can recommend som great books.

If you know nothing of programming at all, I recommend SAM's Teach Yourself C++ in 24 Hours. It's good for a totally newbie.

If you know just a little bit about programming, I recommend Stanley B. Lippman's "C++ Primer", "Accelerated C++" by Koenig & Moo, and last (but certainly not least) Strousrup's "The C++ Programming Language" which is a truly classic.

**************************
A year spent in artificial intelligence is enough to make one believe in God.

[edited by - rohde on July 9, 2002 4:35:54 PM]
"We confess our little faults to persuade people that we have no large ones." -Francois de La Rochefoucauld (1613 - 1680). | My blog
I was a complete newbie about 3 months ago, now I''m a newbie with privelages. One of which is to help fellow newbies like yourself.

As we all should know the reason you''re on this particular board is not to learn C++ pertaining to boring program creation. Oh no no no, you want to be a game programmer, right? Right. So here are all of the books I bought in chronological order. HINT: before I bought these books I read every single review on Amazon.com, GarageGames.com, and of course the all might GDNet.

1) SAMS Teach Yourself C++ In 21 Days: great for complete newbies, plus the knowledge gained is easily applicable to game programming.

2) Tricks of the Windows Game Programming Gurus: great for learning to apply your newfound C++ skills to game programming.

3) Programming Role-Playing Games with DirectX 8.0: Whether you''re into rpgs or not this book is perfect for learning zillions (or at least thousands) of useful functions for creating a game. Did I mention it actually uses 3D and by the end of the book you have a cool little mini game (COMPLETED)

So there you go, those are the books I would reccomend in order, and I would reccomend using Amazon''s Marketplace and Buy.com to get them cheap

Good luck!
- Luc
Peace,Luc BooneTrans9 Studios
I wouldn''t recommend Programming RPG because I have it and I was a newbie then (I''m now promoted to beginner ) and I couldn''t understand anything that it teaches. I''d recommend Tricks of Windows Game Programming Gurus. But beware of Andre''s bragging and dry jokes! They are the bane of serious programmer, well at least the dry jokes part


The Little Corvette that Could.
Did the books listed help you know how to program with C++ or did it just give you a vague idea about how to program. I have been trying to find classes and books that good help me but have been unsuccessful so far.

thanks

When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail
~When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail.www.instinctz.net

This topic is closed to new replies.

Advertisement