At 01:56 PM 10/16/2004, you wrote:
So how do you do vectors in Palm OS 5...?

I tried typing in

#include <vector>
vector<int> MyNewShinyVector;

but PODS gave mr a syntax errorr on the word "vector"...

Items in <vector> are in namespace std. Try "std::vector" or "using std;" in your code.


-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Fourm Archives:   http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to