2 array string

Jun 9, 2013 at 2:46am
i want to make 2 array(x,y) string

when i do

string temp[8][8]

but

cout << temp[3][4] does not work

hot do u propery define it
Jun 9, 2013 at 4:02am
What's ghe problem? Any compiler error? Or problem at runtime?
Jun 9, 2013 at 4:17am
does not compile
Jun 9, 2013 at 4:25am
What error does the compilef show?
Try the std::vector instead of c arrays
Topic archived. No new replies allowed.