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

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

Moderators: cheriff, TyRaNiD

Post Reply
zniter81
Posts: 8
Joined: Thu Jun 15, 2006 1:25 am

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

Post by zniter81 »

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++.
ufoz
Posts: 86
Joined: Thu Nov 10, 2005 2:36 am
Location: Tokyo
Contact:

Post by ufoz »

#include <list>
#include <vector>

???
SSpeare
Posts: 63
Joined: Tue May 23, 2006 11:45 pm
Contact:

Post by SSpeare »

www.google.com

std::list

http://www.informit.com/guides/content. ... um=94&rl=1

This is basic C++ knowledge. There is tons of information about this on the web.
zniter81
Posts: 8
Joined: Thu Jun 15, 2006 1:25 am

Post by zniter81 »

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

???
hi i try include it but i got a error...
it say no such file or directory.
Post Reply