
OGRE Engine: A Case Study on OOP Principles
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D rendering engine written in C++ designed to make it easier
5 min readC/C++ code quality, architecture and static analysis insights.

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D rendering engine written in C++ designed to make it easier
5 min read
After years of using the same OS, the same programming language, the same technology, and the same tools. somewhere in our brain we will be
4 min read
The AtomicObject team described well on their website the danger of the richness of C++: C++ is an immensely rich language. This richness is
3 min read
Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C languag
3 min read
There is a powerful and simple concept in programming that is widely underused: Immutability Basically, an object is immutable if its state
5 min read
As C++ developer if you have already build a C# or a java project you could be surprised by the speed of the build compared to C++. For some
4 min read
Back in March 2005 when herb Sutter published its famous article "The free lunch is over" and predicted a Concurrent Programming Revolution
6 min read
How many times do you read a reflexion concerning C++ like this one: C++ is a difficult language even for experienced C++ developers. Even
3 min read
Have you already seen a basketball or a soccer player plays a simple yet effective game to such a point that you say: Why couldn't everybody
4 min read
When the processes running on your machine attempt to allocate more memory than your system has available, the kernel begins to swap memory
5 min read
As Bjarne Stroustrup points out, "C++ is a multi-paradigmed language." It supports many different styles of programs, or paradigms, and obje
3 min read
The V8 engine is Google's open source, high-performance JavaScript engine written in C++. Alongside Google Chrome, it can also be found in M
4 min read