array initialization problemAfter i have a try ,i find the std::vector is very strong.(thanks also to firedraco )
array initialization problemthank you. you usually give me the answer and more than this.
array initialization problemhi everyone! [code]int num=6; int s[num];[/code] the compiler says:'s'unknown size.why this...
who can give me some advice about learning c++?thanks,i think i should do a lot work on the standard library.
Array questionhi JRevor [code]int p[2]; p = {1,0};[/code] "p"is a const pointer that point to the first adr...