|
You are here |
sergioprado.blog | ||
| | | | |
embeddedartistry.com
|
|
| | | | | 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
|
|
| | | | | A few steps to allow quick development and debugging of C and C++ programs. | |
| | | | |
shafik.github.io
|
|
| | | | | What You Need to Know when Optimizations Changes the Behavior of Your C++ | |
| | | | |
blog.regehr.org
|
|
| | | [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. | ||