C++

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

Moderators: cheriff, TyRaNiD

Post Reply
therealnapster84
Posts: 2
Joined: Mon Mar 20, 2006 10:08 am

C++

Post by therealnapster84 »

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?
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

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
therealnapster84
Posts: 2
Joined: Mon Mar 20, 2006 10:08 am

thanks

Post by therealnapster84 »

Thanks for the quick reply...and i apprecaite the help! Instead of printf() can i use cout >> to print text to the screen?
Post Reply