- #36
Buffu
- 849
- 146
doktorwho said:int MAX_NUM_EL = 500;
int numbers[MAX_NUM_EL];
If you are using C++ then what is the need of this line.
C++ have vectors. the header file is #include<vector>.