One of the first mistakes that every developer doe is to believe in the theoretical idea that behind "Random". The absolutely unexpected arbitrary result of some unexpected mysterious function. What random really is, and how do we use it the right way on C++?| C++ Senioreas
const qualifier not always work the way we expect it to. In this article we will see some cases when the const doesn’t protect us from modifications at all.| C++ Senioreas
Smart memory management – the ability to maintain pointers “without worrying when they should be released” sounds really utopic, but is it really the entire truth about “sma…| C++ Senioreas