2 array string

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
What's ghe problem? Any compiler error? Or problem at runtime?
does not compile
What error does the compilef show?
Try the std::vector instead of c arrays
Topic archived. No new replies allowed.