How do I declare an array without initializing a constant? – stackoverflow.com 06:51 Posted by Unknown No Comments 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 Unknown
0 Comment to "How do I declare an array without initializing a constant? – stackoverflow.com"
Post a Comment