Page 1 of 1

using STL

PostPosted: Aug 1, 2005 @ 4:13pm
by doug
I would like to use std::vector. Can I use "using namespace Frog" and "std" together? I try to wrote std::vector<int> test; and complier, but I got an error message: 'std' : is not a class or namespace name. 'vector' : undeclared identifier.... Can anyone help me please, thanks a lots.

PostPosted: Aug 1, 2005 @ 4:37pm
by BIGBEN

PostPosted: Aug 2, 2005 @ 6:56am
by Guest

PostPosted: Aug 2, 2005 @ 11:34am
by BIGBEN

PostPosted: Aug 3, 2005 @ 2:31am
by doug
I downloaded 4.5.3 and put "..\STLPort-4.5.3\stlport" to the bottom. Then, it's work. :D
Sorry for my poor english, i should ask my english teacher about top and bottom first. :cry:
Thank you very much for your reply again.