Search found 6 matches

by xlordt
Sun Jun 01, 2008 4:09 am
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

capz wrote: @xlordt; so C++ is working for you now?
Yes thanx :)
by xlordt
Fri May 30, 2008 10:56 pm
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

Yes... that is why I am not stressing it, in time the program will be bigger.. planning on creating a psp transfer program.. were you can transfer files from psp to psp.
by xlordt
Fri May 30, 2008 4:03 pm
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

ok.. I think I got it working.. so far I got my EBOOT file compiled, now I have one more question.. do I just need to take a eboot file and put it in the psp? and that is all????
by xlordt
Fri May 30, 2008 2:48 pm
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

Tinnus wrote:You can use a C make file for C++ programs. Also, eveything in your code is pretty much C, not C++ specifically, except for the cout stuff which BTW I don't think will work :P
Ok I just want to figure this out.. is there any c++ psp tutorials that I can look at?
by xlordt
Fri May 30, 2008 10:54 am
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

ahh damn you are right.... been a long day will try it out. so I can change that to use cout instead of printf. So if we define this... #define printf pspDebugScreenPrintf We use this... cout Hmm... Maybe we should try printf("Hello, world!"); or pspDebugScreenPrintf&#4...
by xlordt
Fri May 30, 2008 1:33 am
Forum: PSP Development
Topic: psp c++ dev.
Replies: 30
Views: 9325

psp c++ dev.

Hi guys, can anyone help me out on some c++ tutorials... I found and read a few tutorials... but most of them are in c.. this is what I have so far, as you can see I am new to this psp stuff as well.. #include <iostream> #include <pspkernel.h> #include <pspdebug.h> #define printf pspDebugScreenPrint...