How do I declare an array without initializing a constant? – stackoverflow.com

I tried to use this version: int n; cin >> n; int a[n]; // compiler error But it doesn’t work. What am I doing wrong?

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "How do I declare an array without initializing a constant? – stackoverflow.com"