Search found 8 matches

by zniter81
Sat Jul 01, 2006 4:28 am
Forum: PSP Development
Topic: need help on std::list or std::vector
Replies: 3
Views: 1396

ufoz wrote:#include <list>
#include <vector>

???
hi i try include it but i got a error...
it say no such file or directory.
by zniter81
Fri Jun 30, 2006 2:46 pm
Forum: PSP Development
Topic: need help on std::list or std::vector
Replies: 3
Views: 1396

need help on std::list or std::vector

hi all
can any 1 guide me how to i implement std::list or std::vector for psp???
any sample code to help me? i a newbie to c++.
by zniter81
Thu Jun 22, 2006 2:09 am
Forum: PSP Development
Topic: List.java Vector.java for PSP
Replies: 1
Views: 921

List.java Vector.java for PSP

hi all,

i'm sure everyone here is familar with List.java and Vector.java.
does anyone know how to implement that in PSP? because i need a data structure like list or vector in PSP.
by zniter81
Tue Jun 20, 2006 4:28 am
Forum: PSP Development
Topic: Graphic distorted.
Replies: 3
Views: 1527

Thanks.... it did work....
how could i miss that part u mention...
haha but anyway thanks....
by zniter81
Tue Jun 20, 2006 1:41 am
Forum: PSP Development
Topic: Graphic distorted.
Replies: 3
Views: 1527

Graphic distorted.

hi all, i have recently try to do some simple graphic thingy. displaying a .PNG picture and draw a string. displaying the .PNG picture alone work great. drawstring alone also working fine. but when i combine then together, i got distorted graphic. can any1 guide me.... thanks below are my code(i mod...
by zniter81
Thu Jun 15, 2006 2:55 pm
Forum: PSP Development
Topic: Help in Button event and Thread
Replies: 5
Views: 2337

Re: Help in Button event and Thread

sceCtrlReadBufferPositive() is a blocking call - so no wasted processing. Use sceCtrlPeek* if you want to see if there's any button press/release events to check for without blocking. Adam so what u mean is that if user didn't press anything it will stop at sceCtrlReadBufferPositive(). proceed unti...
by zniter81
Thu Jun 15, 2006 11:46 am
Forum: PSP Development
Topic: Help in Button event and Thread
Replies: 5
Views: 2337

Re: Help in Button event and Thread

can any1 show me how to create and handle button action? coz all the tutorial are in a forever loop to check if user press any key. maybe in a form of interrupt or whatsoever... pspsdk/src/samples/controller/basic that sample has a while loop ;) pspsdk/src/samples/kernel/threadstatus so basically: ...
by zniter81
Thu Jun 15, 2006 1:29 am
Forum: PSP Development
Topic: Help in Button event and Thread
Replies: 5
Views: 2337

Help in Button event and Thread

hi all,

can any1 show me how to create and handle button action? coz all the tutorial are in a forever loop to check if user press any key.
maybe in a form of interrupt or whatsoever...

also can any1 show me how to create a lightweight thread to run some job, perhaps a helloworld thread....


thanks