Well, im here to try learn many things to start playing with PSP programming code.
So, i'm using eclipse, and I can make apps for PSP, but, i would like to know where i can get the functions to start learning??
I would like a tutorial to play around with PSP, make things like i want...these things.
Like ex. PRINTF (YOUR CODE); -> Used to print in the ecran...
If you put here some tutos, or else, its enough to put the function, and how to use it!
Thx in advance =)
A new begining!
First, set up the software you'll need:
http://wiki.pspdev.org/psp:programming_faq
Then take a look in $PSPSDK/samples for example code.
http://wiki.pspdev.org/psp:programming_faq
Then take a look in $PSPSDK/samples for example code.
I am using another one... =)
What i need to know are the functions...
I want to learn more that the examples have, that is almost nothing...
Im using eclipse 3.1 with cgg c++ and works perfectly, ive done my hello world app to test and it works...
Now i only want to know what are the functions...that like PSPDebugScreenPrintf - Print in the screen...is that what i want to know..
What i need to know are the functions...
I want to learn more that the examples have, that is almost nothing...
Im using eclipse 3.1 with cgg c++ and works perfectly, ive done my hello world app to test and it works...
Now i only want to know what are the functions...that like PSPDebugScreenPrintf - Print in the screen...is that what i want to know..
It's best to take a look at the PSPSDK sample code (see earlier in this thread), to get a feel for what functions there are.
Also it does no harm to just read the include/psp*.h files, they have the function declarations and a few notes on usage.
It's all there in the standard toolchain installation.
Also it does no harm to just read the include/psp*.h files, they have the function declarations and a few notes on usage.
It's all there in the standard toolchain installation.