what is a good book for programming?

Game Editor comments and discussion.

what is a good book for programming?

Postby killwithpower » Tue Aug 04, 2009 7:57 pm

I need to understand programming to improve my skills and become a great game maker. Anybody know of any good books to get so I could start to really understand C/C++?
KOHR!
Image
killwithpower
 
Posts: 21
Joined: Thu Jul 23, 2009 6:31 pm
Location: Brandon MB, Canada
Score: 2 Give a positive score

Re: what is a good book for programming?

Postby He360 » Sun Aug 23, 2009 4:20 pm

I'm going to go ahead and say something controversial here. If you want to learn programming, specifically on how to make games and to see how programming works, I recommend a book called "Game Programming for Teens" or "Beginning Game Development with Python and Pygames." While these books are not in C/C++ programming languages (in fact, Game programming for Teens regards the BlitzBasic programming language and the Beginning Game Development with Python and Pygames regards programming with the python/pygame programming languages). These books cut right into program games. They're helping me tremendously and I'm learning very fast on how to program period. These books contains the theories, the math, etc. that will get you started. Then, after you learn how to program in easy languages like Python or Basic, the skills from those will transfer to helping you with C/C++ if you would like to study in that. Again, this may be controversial what I'm saying, but it's what's helping me.
Sometimes you don't need a goal in life.
He360
 
Posts: 22
Joined: Sun Apr 06, 2008 2:21 pm
Score: 0 Give a positive score

Re: what is a good book for programming?

Postby Fuzzy » Mon Aug 24, 2009 8:40 am

I will go even further in the controversy. Read "the Elements of style" By strunk and White. It is a tiny book. Borrow it or take it on loan from a library.

No, it is not about programming. Yes, it predates computers. First edition written in 1935. What it has to say about brevity and sentence structure correlates to concise and minimalistic programming.

Read it after you become proficient in coding, or anytime you want to be a better writer.

I purchased a copy - new- for 11 dollars. Because of it, I make cleaner posts on forums. I strongly believe that it helps my coding.
Mortal Enemy of IF....THEN(and Inspector Gadget)

Still ThreeFingerPete to tekdino
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score

Re: what is a good book for programming?

Postby j2graves » Wed Sep 16, 2009 1:50 am

I reccomend "absolute beginner's guide to C"
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: what is a good book for programming?

Postby j2graves » Tue Oct 27, 2009 5:40 pm

depends on your level. I personally prefer "absolute beginner's guide to C" (second edition) because it teaches you very complex things in such a way that is fun and easy to remember.
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: what is a good book for programming?

Postby krenisis » Wed Oct 28, 2009 2:26 am

ok let me give u best direct advice that will quickly help u now than later
1)go on google type c programming tutorials
2)click on web they ask if u want c or c++
3)choose c language
for there it explains best way to code for truely begining to end if u try it and like it give me a point peace.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: what is a good book for programming?

Postby DST » Wed Oct 28, 2009 4:58 am

I agree. Google will give you much more up to date examples and scripts for all types of programming languages.

Google is the best book out there.

Honestly, I'm kinda confused on the whole 'book of programming' thing. Isn't that kind of like a mechanic who rides a horse to the automotive shop every day?
Last edited by DST on Wed Oct 28, 2009 5:52 am, edited 1 time in total.
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: what is a good book for programming?

Postby Fuzzy » Wed Oct 28, 2009 9:47 am

DST wrote:I agree. Google will give you much more up to date examples and scripts for all types of programming languages.

Google is the best book out there.

Honestly, I'm kinda confused on the whole 'book of programming' thing. Isn't that kind of like a mechanic who rides a horse to the automotive shop every day?


No its like a machinist that learns how to measure diameter before using the lathe.
Mortal Enemy of IF....THEN(and Inspector Gadget)

Still ThreeFingerPete to tekdino
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score

Re: what is a good book for programming?

Postby DST » Thu Oct 29, 2009 6:39 am

bah i program it into the autocad system before using the laser cutter to cut it precisely. Maybe it's because you're canadian...
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: what is a good book for programming?

Postby krenisis » Mon Nov 02, 2009 9:14 pm

honestly the way i learn the best was to follow step by step tutorials on game editor....there are not many here but i got one in general topics.They are make with the beginner in mind of course there more advanced way to code but my tutorial is simple. goodluck in game making
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: what is a good book for programming?

Postby GeoGia » Wed Nov 04, 2009 4:25 pm

http://www.scribd.com/doc/280426/Assemb ... ep-by-Step

Here is a great book I just finished reading. The author is a very good teacher, and teaches you the foundations of programming. It's for Assembly but it applies to any language and your time would not be wasted by reading it!
You don't know what you can do unless you've already done it
GeoGia
 
Posts: 19
Joined: Wed Nov 04, 2009 1:30 am
Score: 2 Give a positive score

Re: what is a good book for programming?

Postby speckford123 » Wed Nov 04, 2009 5:13 pm

GeoGia wrote:http://www.scribd.com/doc/280426/Assembly-Language-Step-by-Step

Here is a great book I just finished reading. The author is a very good teacher, and teaches you the foundations of programming. It's for Assembly but it applies to any language and your time would not be wasted by reading it!


Ooh! An E-book! Something free to read, I like that, :lol:
I'll be sure to look into it, It might be a good read, great post Geo!
speckford123
 
Posts: 334
Joined: Fri May 05, 2006 6:33 pm
Score: 49 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron