User profile: rogeruab

User info
User name:rogeruab
History
Joined:
Number of posts:2
Latest posts:

Define array of n variables
Thanks, the function now works perfectly using vectors. #include <vector> int serie(int n) { std...

Define array of n variables
int fn(int n) { const int z = n; int a[z], i; i = 2; for (int j = 0; j <= n - 1; j++) a[j...

This user does not accept Private Messages