List.java Vector.java for PSP

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

List.java Vector.java for PSP

Post by zniter81 »

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.
zilt
Posts: 45
Joined: Tue Feb 21, 2006 11:59 pm
Location: Ontario, Canada
Contact:

Post by zilt »

In C++, std::list<T> and std::vector<T>
Post Reply