C++
-
- Posts: 2
- Joined: Mon Mar 20, 2006 10:08 am
C++
Can anyone help me out with programming for the PSP in C++, right now i only know how to in C. This might be a noob question, but arent all the headers in PSPSDK for C only?
Nope, the headers can be included in either C or C++ projects.
If you wanna take a look at a simple C++ project check out this project.
You should be able to get some idea from that of how to write C++ code for the PSP :D
Cheers,
71M
If you wanna take a look at a simple C++ project check out this project.
You should be able to get some idea from that of how to write C++ code for the PSP :D
Cheers,
71M
-
- Posts: 2
- Joined: Mon Mar 20, 2006 10:08 am
thanks
Thanks for the quick reply...and i apprecaite the help! Instead of printf() can i use cout >> to print text to the screen?