| View previous topic :: View next topic |
| Author |
Message |
therealnapster84
Joined: 20 Mar 2006 Posts: 2
|
Posted: Mon Mar 20, 2006 10:10 am Post subject: 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? |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Mon Mar 20, 2006 10:50 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
therealnapster84
Joined: 20 Mar 2006 Posts: 2
|
Posted: Mon Mar 20, 2006 11:12 am Post subject: thanks |
|
|
| Thanks for the quick reply...and i apprecaite the help! Instead of printf() can i use cout >> to print text to the screen? |
|
| Back to top |
|
 |
|