I am new to programming in C++, just now I tried to create an array with 'n' index'es where n is an input no. This is what i coded:
#include<iostream>
using namespace std;
int main()
{
int n=10,m;
cin >> n >> m;
int stor[n];
return(0);
}
But, VC++ 6.0, returns, the following...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.