|
You are here |
hackingcpp.com | ||
| | | | |
btorpey.github.io
|
|
| | | | | Using clang to detect potential variable shadowing problems | |
| | | | |
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" | |
| | | | |
ddanilov.me
|
|
| | | | | Tips on how to make your compiler strictly follow the C++ standard | |
| | | | |
www.uraimo.com
|
|
| | | Now that Swift is available on Linux and other OSes, there are even more situations where you could need to interact with C code from your Swift 3 application. This article will hopefully shed some light on the most non-obvious details and give you some practical examples and tips of how to interact with C APIs like the C standard library. | ||