Skip to main content

Programmings

2024

Mastering C++ Type Casting: Avoiding Pitfalls with static_cast and dynamic_cast
·516 words·3 mins
C++ Type Casting Static_cast Dynamic_cast Const_cast Reinterpret_cast
Pointers vs References in C/C++: An Assembly-Level Explanation
·675 words·4 mins
C C++ Pointers References Assembly
A Practical Guide to #pragma and Its Powerful Uses in C/C++
·500 words·3 mins
C++ Pragma Compiler Directives C Programming
Understanding the Differences Between .h and .hpp Files in C/C++
·421 words·2 mins
H Hpp C++ Header Files
7 Fundamental Data Structures in Programming
·602 words·3 mins
Data Structures Programming Computer Science
9 Practical Python Examples You Can Use Today
·403 words·2 mins
Python Examples Tutorial
C++ Exception Handling: Modern try-catch-throw in Practice
·489 words·3 mins
C++ Catch Throw Try RAII
6 Advanced Applications of C Function Pointers
·931 words·5 mins
C Function Pointer Programming Advanced C

2023

Mastering enum in C: From Basics to Advanced Techniques
·816 words·4 mins
C Enum C Programming Constants C Tutorial
Deep Copy vs Shallow Copy in C++
·543 words·3 mins
C++ Deep Copy Shallow Copy