GP32 how do u


i'm guessing you're not a computer programmer... ;)


you need a lot of patience, a bit of intelligence, a willingness to learn c++, and the right development tools...

getting the development tools is easy... the others... maybe not so easy...

probably start by reading a good book on c++ fundamentals...


or maybe you could take a look at the Virtual Novel System...?
 
I'm a bit of a newbie myself... I've done a bit of C++ before, and I'm currently doing it a lot in University... the best book I've found is:

C++ How To Program, by Deitel & Deitel :) ISBN for 3rd edition is: 0130895717
there is a 4th edition out, but you can get the 3rd edition dirt cheap on Amazon 2nd hand books... I got mine for like £20... brand new 4th edition is about £45 :eek:

anyways, once you've got a bit of understanding of programming logic and basic C++ commands and syntax, you just need to read the tutorial mentioned above, and you can start spinning off a few little programs...

currently I'm converting a VB program I made of Noughts and Crosses to the GP32... nearly finished player vs player mode... then I need to convert my Computer logic module and I can have 1 player vs computer :D

I can proberbly find you a decent e-book on C++ if you want one? but I find reading books on the PC really bad for my head
 
Back
Top