Impotant! Books to start learning video game programming ! I need it FAST!

Started by
30 comments, last by SimonForsman 11 years, 4 months ago

[quote name='ifthen' timestamp='1353094167' post='5001616']You will need a lot of time and patience, but after a 5+ years, you should be able to program almost everything you wish (but be aware that the time needed to do it will still be in years).


5+ years, That's ridiculous. I started programming not much older than him and I picked up C++ in a year, a year later I was writing full blown 3d games in C++. My advice is skip C# and spend a while getting to know C++ and you should be able to program almost anything in 2+ years if you work hard.
[/quote]

I totally agree with this. I'm a HS sophomore and taught myself the whole C++ and made my first game over the last summer.
An invisible text.
Advertisement
I taught everything myself the whole about C++ in about a week and have working on AAA titles about 1-2 months later then. That's ridiculous!
all are good i think :)
my map aplications http://haritaaraci.com

[quote name='kd7tck' timestamp='1353064522' post='5001505']
edit:
To other readers, please don't downvote beginner questions. It frightens them into not wanting to ask questions.


I voted it down since i consider marking topics as "important, urgent, etc" in order to divert attention to it (and away from other questions) to be very rude. His questions are no more important than those posted by other people.
[/quote]

While I agree with your assessment of the original post and thread title, simply downvoting doesn't help new posters understand what they've done wrong. A more constructive approach would be a politely worded response telling them what you found inappropriate about the post, and how it could be improved. A link to How to Ask Smart Questions never hurts either.

If they continue to post in the same manner afterwards, downvote away. ;)

So can you say whether this book is good.


If you understand it and are able to learn from it then it's a good book.

When I was first starting out I used textbooks heavily, but these days I use online references and if I want a book I try to get it in eBook format so I can have the actual book onscreen while I'm butchering my code. In my experience its far easier to cuss out the compiler when I have both hands free. (It reacts better when I make the gestures.)

That being said, if you're just starting on a language you should definitely seek out online tutorials before going for a book. This will help you two ways:

  • Is this the language I want? (Am I comfortable with it? Do I understand it easily? Does it 'flow' for me?)
  • If so then is the book/reference I'm looking at good for me/worth my money/download? (...or is it just $30 for the exact same thing I know from tutorials?)


Programming is not a single, established path that every person follows. At the very core, a programmer must be an intellectual trailblazer. A programmer is someone that builds a solution to a problem out of thin air and then expresses that solution through the tools available to them.

Find the road that takes you where you want to go.
void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.
I learned by reading textbooks. I still read textbooks of course, but I think the most important thing after you've passed the beginner stage is to learn how to read and understand documentation like MSDN and doxygen APIs.
There's a good post over at Game From Scratch with a list of good books for both C++ and C#. I followed it and it helped me get started quickly. Hope it helps.

Roy
Northwest Arkansas Game Developer Group
Live in Fayetteville, Springdale, Bentonville, or Rogers?
Interested in making video games and having fun?
Check us out on Meetup.

I need books for learning programming, i leaned Vb myself with just searching the internet. I thought that u could also learn c++ in the same way but i was wrong, thats why i am searching for books. I know that old books have old technologies so i will only buy the books which came this year or last year.


Simply put, you are wrong. You don't specifically need books to learn programming. If you're so set on buying books though, it's not like I'm going to stop you.
OMG! I have the same problem as you! I need to design a NASA-class rocket in only 2 months, and I need easy books now! Are there any "For Dummies" books on the subject? They can't be expensive, as my mommy won't buy them for me. You don't need to know any of that fancy math stuff, right? sleep.png sad.png ohmy.png blink.png biggrin.png rolleyes.gif sad.png angry.png blink.png wub.png smile.png angry.png sad.png I'm not good at math, and I'm only 12 btw. LOLZ. here is my email: soontobespammed@regretit.com

All jokes aside, playing video games can be really fun, and thinking up new ideas can sometimes be funner, especially with a kid's imagination, but creating games isn't always the same, and it definitely isn't quick and easy. It is in no means anything like playing them. The first thing to learn and master, however, is mathematics. It is important to have a very good grasp of AT LEAST Algebra II and also Trigonometry for any type of programming, especially if it relates to 2D or 3D graphics, like in games. If you want to learn programming in this day and age, you are truly blessed with modern easy and powerful tools like C# and Java. If you want to dig into older yet still used languages (DO NOT, you have been warned, kiddo), there is always C++. Overall, you could make a game if you really tried to, and had a natural aptitude for math and problem solving, but I would say it wouldn't be even seriously started for another two years, and it would take you probably a year to finish a simple 2D game. If you really want to make one, you are only a child and have nothing to lose by trying, but it is much funner to just play games. Do you want to spend several summers of your carefree childhood fumbling with a keyboard over memory leaks you don't even understand, or would you rather spend it doing normal things and maybe playing computer games every so often and having enjoying your time?

P.S: I doubt it will be a problem on this site, but never put your age and email online. There are two reasons, number one being the safety reasons you see on TV and at school that you probably ignore, and number two being the fact that if people realize you are only 13, they will troll you, like they troll every other kid on the interwebs. They will also sign you up for pr0n emails, which is never good, and mostly nasty screwed up (no pun intended) stuff.

C dominates the world of linear procedural computing, which won't advance. The future lies in MASSIVE parallelism.

I'm 13 as well, I am fairly new to this forum, Don't let your age set you back. Many people code for the wrong reasons, don't be one of them and as for learning C# first, I highly suggest you to go straight to C++,many people think its a waste of time and some even think it is an advantage to skip C#, due to the habits it gives you.

This topic is closed to new replies.

Advertisement