C++ Insights is an open-source tool that transforms C++ source code into a representation closer to what compiler sees and generates. It helps understand the underlying details of C++.
Read more
C++ Insights is an open-source tool that transforms C++ source code into a representation closer to what compiler sees and generates. It helps understand the underlying details of C++.
Compile time polymorphism.
The power of Unions for efficient memory usage and performance improvement.
C++ JSON Parser.
C++ Null Pointer Function Calls
Null pointers don’t mean nothing at all.
Design a ThreadPool model with advanced features.
Introduce 4 ways to define function pointers in C++.
Static Assertion and Type Trait
Use static assertion and type trait for error check.
Framebuffer.