learning C to make programs for the PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jacu
Posts: 2
Joined: Mon Jan 08, 2007 8:09 pm

learning C to make programs for the PSP

Post by jacu »

ok i know you hate n00b stupidity but i have started to learn C, because i want to use my psp for projects at school, im studying Mechatronics Engineering, and i have read source code from psp programs, but a lot of routines are a little dark for me, anyone can give me any tips on what should i read to learn to program the psp besides learning C?
Bytrix
Posts: 72
Joined: Wed Sep 14, 2005 7:26 pm
Location: England

Post by Bytrix »

There really isn't alot of reference materials. If you're not up to speed with C yet I'd recommend getting a few good books on C (different programmers have different opinions on what is a good book or not, so it's up to you to choose).

Then look through all the sample code provided in the SDK, they are sort of tutorials, showing how to do one single thing in a small program.

If there is anything you don't understand in the programs look in your books which should help you understand how the programs are working.
jacu
Posts: 2
Joined: Mon Jan 08, 2007 8:09 pm

Post by jacu »

thanks
Post Reply