The first enemy of C++ is its past.
Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and…
4 min de lectureBefore the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and…
4 min de lectureThere is a powerful and simple concept in programming that is widely underused: Immutability Basically, an object is immutable if its state doesn’t change…
5 min de lectureAs C++ developer if you have already build a C# or a java project you could be surprised by the speed of the build…
4 min de lectureBack in March 2005 when herb Sutter published its famous article “The free lunch is over” and predicted a Concurrent Programming Revolution as big…
6 min de lectureHow 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 de lectureHave 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…
5 min de lectureWhen the processes running on your machine attempt to allocate more memory than your system has available, the kernel begins to swap memory pages…
5 min de lectureAs Bjarne Stroustrup points out, “C++ is a multi-paradigmed language.” It supports many different styles of programs, or paradigms, and object-oriented programming is only…
3 min de lectureThe V8 engine is Google’s open source, high-performance JavaScript engine written in C++. Alongside Google Chrome, it can also be found in MongoDb , Node.js,…
4 min de lectureMemCache++ is a light-weight, type-safe, simple to use and full-featured Memcache client. It was developed by Dean Michael Berris who is a C++ fanatic and…
8 min de lecture