| View previous topic :: View next topic |
| Author |
Message |
zniter81
Joined: 15 Jun 2006 Posts: 8
|
Posted: Fri Jun 30, 2006 2:46 pm Post subject: 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++. |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Fri Jun 30, 2006 6:57 pm Post subject: |
|
|
#include <list>
#include <vector>
??? |
|
| Back to top |
|
 |
SSpeare
Joined: 23 May 2006 Posts: 63
|
|
| Back to top |
|
 |
zniter81
Joined: 15 Jun 2006 Posts: 8
|
Posted: Sat Jul 01, 2006 4:28 am Post subject: |
|
|
| ufoz wrote: | #include <list>
#include <vector>
??? |
hi i try include it but i got a error...
it say no such file or directory. |
|
| Back to top |
|
 |
|