Archive for the 'Howto' Category
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’
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’
If you happen to be getting a redefinition error when compiling a code in C++, here’s the solution.
Continue reading ‘A class being redefined’












Recent Comments