C++ Standards and Best Practices: The Perfect Combo
C++ has been stagnated for many years, and many developers were confident that the language would have the same destiny as Cobol, Fortran, and…
4 min de lectureC++ has been stagnated for many years, and many developers were confident that the language would have the same destiny as Cobol, Fortran, and…
4 min de lectureMany C++ libraries and frameworks are available and using them can accelerate the development of your projects. In this post we will explore the drawback…
5 min de lectureThe POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO stands for POrtable COmponents. The libraries…
6 min de lectureLinux, Php, and Git are a popular projects developed with C, in the other side OpenOffice, firefox, Clang, Photoshop are developed with C++, so…
7 min de lectureC++11 and beyond introduced a new thread library. This library includes utilities for starting and managing threads. It also contains utilities for synchronization like…
5 min de lectureRecently the C++ community promotes the use of the new standards to modernize the existing code base. However even before the release of the C++11…
7 min de lectureOpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision, developed by Intel Russia research center in Nizhny…
7 min de lectureQuake III Arena is a multiplayer-focused first-person shooter video game released in December 1999. The game was developed by id Software. Quake III was…
7 min de lectureC is one of the most popular language around all the world, it was initially developed by Dennis Ritchie between 1969 and 1973 at…
4 min de lectureIt’s proven that Clang is a mature compiler For C and C++ as GCC and Microsoft compilers, but what makes it so special is…
6 min de lecture