#cpp
Read more stories on Hashnode
Articles with this tag
nullptr is the replacement for NULL macro in C. Using nullptr allows any pointer type but not integer. When NULL is used instead, 0 can add...
When you write the code that will run on the hardware target, C language has been chosen more frequent than C++. However, recently, hardware's...