Is the Free Lunch Over? Revisiting Herb Sutter Prediction
Back 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 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 lectureBack to 2005 when I worked in a company where most of the code was developed in C++, in 2006 the managers decide to develop…
6 min de lectureIt is sometimes necessary for the C++ compiler to create temporary objects.They are used during: Reference initialization. Evaluation of expressions including standard type conversions.…
5 min de lectureAs developer, How many times during a day you need to ask google for something related to your work? How to use a library?…
4 min de lecture