User profile: Discere Faciendo

User info
User name:Discere Faciendo
History
Joined:
Number of posts:9
Latest posts:

Algo challenge
It was implied; but I should have been more explicit. The goal is to come up with a process of your...

Algo challenge
This is a general challenge, opened to all. Recently, I saw code I wrote when I was a kid that s...

getline() & fstream behavior
I removed an extra fin >> stringTwo statement and kept the ignore call. It's working now. Thanks f...

getline() & fstream behavior
I used fin.ignore(255, '\n') before the getline call. I got the same output. I also changed the ...

getline() & fstream behavior
I'm testing fin functions and I came across this. Does anyone have any idea why getline fails to...