Monthly Archive for April, 2006

Using structures for linked lists

Linked lists can be a hassle for a beginner, I’ve tried to simplify this by making a short tutorial on using linked lists using structures (struct) in C++. Continue reading ‘Using structures for linked lists’

The team on a road trip

After working most of the day and part of the night on thursday we planned a road trip on the weekend so we would get away from the computer and coding. Other than the sun burn I have right now and getting lost for a while, we had fun and it was a great weekend. [...]

Solution to std::cin problem

After having the same problem with std::getline() in the current program I’m working on, I asked some people and finally someone explained to me why this happened. So I’m posting a quick explanation to this. Continue reading ‘Solution to std::cin problem’