#2articles1week
Read more stories on Hashnode
Articles with this tag
Let's build our version of `std::unique_ptr<T>`! · Our previous discussion explores the anatomy of pointer types in C and C++ on par with hinting nuances...
In this article, I aim to introduce the concept and motivation behind using pointers. There are breeds of C++ developers that only use smart pointers...
Reading is a good aid to become a better writer. This is true for exploring other languages as well (a great of advice from other developers that I am...
Other languages were made for banning pointers, are they really terrible? · At first, it seems that C++ makes things more complicated by introducing yet...
Back to basics. · A function is an essential construct in programming. In the language that we use to convey a message on the computer, functions closely...
The Story of Leibniz, his notations and ideas · Gottfried Wilhelm Leibniz was a prominent German polymath of the 17th century. He made contributions not...