EgorKreed's blog

By EgorKreed, history, 7 years ago, In Russian

What means this sentense:

vector<vector> X(N, vector(D));

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
7 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

vector, consisting of (vectors of ints)
main vector contains N vectors, and these vectors contain D ints