Page 1 of 1

type of programming

PostPosted: Thu Feb 22, 2007 1:01 pm
by Caaz Games
i bought a book on c programming and i wanna know if thats the right kind because there was a lot of other kinds of programming. :?: :?: :?:

PostPosted: Thu Feb 22, 2007 2:46 pm
by Fuzzy
Thats the right kind!

PostPosted: Thu Feb 22, 2007 3:15 pm
by Sgt. Sparky
:D
I have "The C programming Language"
yup, C is the right one :)

PostPosted: Thu Feb 22, 2007 3:26 pm
by irblinx
Don't forget that not everything you can do in C will be available in GE scripting (more in global code), but knowing the basics of C will definitely help you make good GE games.

PostPosted: Thu Feb 22, 2007 3:43 pm
by Sgt. Sparky
Yup. :D




(why does the answer always make more sence with "Yup."?)

PostPosted: Fri Feb 23, 2007 2:07 am
by Caaz Games
good now all i have to do is learn the stuff

PostPosted: Fri Feb 23, 2007 7:31 am
by irblinx
Personally I'd suggest you concentrating on conditional loops (if, select etc), variables, arrays and functions first. That should give a decent grounding and allow to do make some pretty cool stuff in GE before you move on to more advanced techniques.