/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sergioprado.blog
| | embeddedartistry.com
3.1 parsecs away

Travel
| | 20 September 2023 by Phillip Johnston Last updated 28 September 2023Your toolchain is a useful place to start when incorporating security into your development process. There are several warnings and program augmentations that help harden your application. This article focuses on GCC and Clang, as that's what I primarily use. I'm happy to take ... Continue reading "Leveraging Your Toolchain to Improve Security"
| | akr.am
2.7 parsecs away

Travel
| | A few steps to allow quick development and debugging of C and C++ programs.
| | shafik.github.io
3.4 parsecs away

Travel
| | What You Need to Know when Optimizations Changes the Behavior of Your C++
| | blog.regehr.org
16.1 parsecs away

Travel
| [AI summary] The provided text is a discussion thread about undefined behavior in C and C++ programming languages, focusing on integer overflow, pointer aliasing, and compiler optimizations. Key points include the implications of undefined behavior in real-world code, the role of compilers in handling such cases, and the balance between adhering to standards and accommodating practical programming needs. The conversation touches on tools for detecting undefined behavior, the evolution of C/C++ standards, and the importance of unit testing and maintenance in software development.