Segfault on getlineI've fixed that, however it has nothing to do with the segfault. It seems to happen in the getline s...
Segfault on getlineOk, here is a compilable: [code] int n; string a = ""; string b = ""; vector < int >aa, bb; int...
Segfault on getlinebump.
Segfault on getlineSorry, I didn't include the declarations. [code]string a; string b; vector <int> aa,bb;[/code] It'...
Segfault on getlineI get wierd segfaults on the following code: [code] ...... scanf("%d",&n); ...