Skip to main content

Programmings

2024

What If Google Stopped Supporting Go?
·604 words·3 mins
Programming Go Golang Open Source
C++ Delegating and Inheriting Constructors Explained with Examples
·555 words·3 mins
C++
C++ Type Casting Explained: static_cast, dynamic_cast, and Common Pitfalls
·510 words·3 mins
C++ Type Casting Static_cast Dynamic_cast Const_cast Reinterpret_cast
Pointers vs References in C/C++: An Assembly-Level Explanation
·645 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++
·417 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