User profile: jotadambalakiri

User info
User name:jotadambalakiri
History
Joined:
Number of posts:3
Latest posts:

Pointer strlen
#include <iostream> #include <string> #include <stdio.h> using namespace std; char s[] = "Some t...

Copying an array into another one
Sorry, it really is filled up with n+1 and it still raises the same thing.

Copying an array into another one
I want to conditionally copy (only selected elements) from one array to a (big enough) empty one. I ...