User: JackMoore

  • Public profile

User profile: JackMoore

User info
User name:JackMoore
History
Joined:
Number of posts:4
Latest posts:

Can't delete array
Thanks guys.

Can't delete array
[code]int myarray[10] = {1,2,3,4,5,6,7,8,9,0}; delete [] myarray;[/code] Returns: [output]exp...

Vector array
Thanks R0mai. So do I have to use two arrays (1 "normal" and one vector) to add my numbers?

Vector array
Is there something wrong with this: [code] #include <vector>; using namespace std; vector<int>...

This user does not accept Private Messages