ABOUT ME
Oguz Emre CAKIL
Software Engineer with more than 7 years of professional experience in software architecture, computer-based applications, and real-time implementation of time-critical algorithms on embedded systems, with a strong programming background. Fluent user of Embedded C, C++, Modern C++, Qt, Linux, TI-C2000, Cortex-M4 MCUs (STM32, XMC4000, NRF52)
CATEGORIES
Recent Posts
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”... Read More
Shallow Copy & Deep Copy
“It is only shallow people who do not judge by appearances. The true mystery of the world is... Read More
Smart Pointers (6/6): Final: Custom Deleters, Passing Smart Pointers…
In the final part, we will take a look at custom deleters and pass the smart pointers to... Read More