Making PPC Programs.

Posted:
Mar 16, 2003 @ 11:19pm
by Guest
Well, I want to start making an emulator for PPC(2002 prefer, wince). I don't know where to start. I know I first need to learn a language, but how do you learn C++ or whatever it is? How do you connect it with console gaming? How do you make a PPC version of it? thx
OMGOATS!!111

Posted:
Mar 16, 2003 @ 11:24pm
by damian
Err.. if you don't know how to program, making an emulator would be waaaaay too ambitious for you, seriously, unless you're only porting an existing emulator. That still requires a lot of work, though.
To learn C++, I think the best thing is to find a book on it. Try Practical C++ Programming. Of course, you'll also have to learn the Win32 API, GAPI, and lots of other things.