Boost vs C++ Standards: The Future of C++
In 1998 a proposal for a C++ Library Repository Web Site was posted by Beman G. Dawes. The original vision aims to satisfy two major goals: A…
4 min de lectureIn 1998 a proposal for a C++ Library Repository Web Site was posted by Beman G. Dawes. The original vision aims to satisfy two major goals: A…
4 min de lectureThe majority of developers have already heard about the design patterns, GOF(Gang Of Four) patterns are the most popularized, and each developer has his way to…
8 min de lectureStatic code analysis is the process of detecting flaws in software’s source code. The static analysis tools are useful to detect common coding mistakes;…
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 lecture