Easily detect where you can modernize your C++ codebase.
C++11/C++14/C++17 includes several additions to the core language and extends the C++ standard library. Some of these new features are very easy to use…
3 min de lectureC, C++, Java and Rust code quality, architecture and static analysis insights.
C++11/C++14/C++17 includes several additions to the core language and extends the C++ standard library. Some of these new features are very easy to use…
3 min de lectureStatic analysis is not only about directly finding bugs, but also about finding bug-prone situations that can decrease code understanding and maintainability. Static analysis can…
4 min de lectureC++ have stagnated for many years, and many developers were confident that the language will have the same destiny as Cobol, Fortran and VB6. No new…
4 min de lecture16 years after its first checkin, SQLite is the most widely deployed database engine in the world. An open source project such as this is a good…
5 min de lectureFew years ago when Linus Trovalds criticized C++ and told: inefficient abstracted programming models where two years down the road you notice that some…
6 min de lectureDuring the last few years we talk about the “C++ Renaissance”. We have to admit that Microsoft was a major part of this movement,…
7 min de lectureEach compiler could report after the build many warnings. These warnings won’t keep your code from compiling except if you decide to treat them…
5 min de lectureIf you search on the web for the best C++ source code. The Doom3 source code is mentioned many times, with testimonials like this one. I spent…
6 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…
3 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…
4 min de lecture