Mithilesh GaikwadforMithilesh's Blogesymith.hashnode.dev·Mar 19, 2024Enhancing Code Safety with #pragma Poison in GCCIn the realm of software development, ensuring code safety is a paramount concern that underpins the reliability and integrity of software systems. As developers navigate the complexities of programming, they rely on powerful tools and methodologies ...Discuss·30 readsC
Muhammad Hassaan Shahembeddeddeepdive.com·May 28, 2023A Quick Introduction to Smart Pointers in C-plus-plus | C++ SeriesSmart pointers in C++ provide a more controlled and automated way of managing memory compared to raw pointers. They help prevent memory leaks by ensuring that the associated objects are deallocated appropriately and help avoid accessing invalid memor...Discuss#CodeSafety, #cplusplus, #MemoryManagement, #SmartPointers, C++