c++ - Multi-dimensional vector -


High C ++

How to create a 2D vector where 2D array like < / P>

  a [0] [1] 98 =; A [0] [2] 95 =; A [0] [3] 99 =; A [0] [4] 910 =; A [1] [0] 98 =; A [1] [1] 989 =; A [1] [2] 981 =; A [1] [3] 987 =;  

How does this happen in a vector? Thank you in advance.

vector & lt; Vector & lt; Int & gt; & Gt; One;


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -