
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:
3 min readC/C++ code quality, architecture and static analysis insights.

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:
3 min read
Static code analysis is the process of detecting flaws in software’s source code. The static analysis tools are useful to detect common cod
3 min read
C++ has been stagnated for many years, and many developers were confident that the language would have the same destiny as Cobol, Fortran, a
4 min read
Many C++ libraries and frameworks are available and using them can accelerate the development of your projects. In this post we will explore
4 min read
The POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO s
6 min read
Linux, Php, and Git are a popular projects developed with C, in the other side OpenOffice, firefox, Clang, Photoshop are developed with C++,
6 min read
C++11 and beyond introduced a new thread library. This library includes utilities for starting and managing threads. It also contains utilit
5 min read
Recently the C++ community promotes the use of the new standards to modernize the existing code base. However even before the release of t
7 min read
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision, developed by Intel Rus
6 min read
C is one of the most popular language around all the world, it was initially developed by Dennis Ritchie between 1969 and 1973 at AT&T B
4 min read
Quake III Arena is a multiplayer-focused first-person shooter video game released in December 1999. The game was developed by id Software. Q
6 min read
It’s proven that Clang is a mature compiler For C and C++ as GCC and Microsoft compilers, but what makes it so special is the fact that it’s
5 min read