21
Dec
2021
Move Semantics in the std::remove and std::remove_if
std::remove and std::remove_if functions are Inside the C++ algorithm library. We shouldn’t forget these functions names contain “move” These functions are valid... Read More
16
Dec
2021
Shallow Copy & Deep Copy
“It is only shallow people who do not judge by appearances. The true mystery of the world is the visible, not the... Read More