User profile: andrepd

User info
User name:andrepd
History
Joined:
Number of posts:14
Latest posts:

Segfault on getline
I've fixed that, however it has nothing to do with the segfault. It seems to happen in the getline s...

Segfault on getline
Ok, here is a compilable: [code] int n; string a = ""; string b = ""; vector < int >aa, bb; int...

Segfault on getline
bump.

Segfault on getline
Sorry, I didn't include the declarations. [code]string a; string b; vector <int> aa,bb;[/code] It'...

Segfault on getline
I get wierd segfaults on the following code: [code] ...... scanf("%d",&n); ...