C, C#, and C++ Development
Everything about C and its extensions, C++ and C#.
C, C# and C++ Articles

Improvements to static analysis in the GCC 13 compiler
The latest version of the GNU Compiler Collection, GCC 13, includes enhancements to -fanalyzer, a static analysis pass that can identify issues at compile-time.

How to use RHEL application compatibility guidelines
Discover how to use the RHEL application compatibility guidelines to ensure your application remains compatible with future RHEL releases. (Part 1 of 3)

The benefits of Fedora 38 long double transition in ppc64le
Discover the benefits of the Fedora 38 new feature for ppc64le. Now Clang uses the IEEE 128-bit long double by default.

New C features in GCC 13
The GNU Compiler Collection 13 release implemented a number of interesting features in its C front-end. This article summarizes the most interesting ones.

How to debug C++ lambda expressions with GDB
Learn how to use GDB to debug C++ lambda expressions and explore some of the challenges associated with debugging function objects.

Tips for handling localized ranges in regular expressions
Ranges and localization together can cause issues with regular expressions that are difficult to fully appreciate. Explore current and upcoming solutions.