/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

hackingcpp.com
| | btorpey.github.io
3.0 parsecs away

Travel
| | Using clang to detect potential variable shadowing problems
| | embeddedartistry.com
2.9 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"
| | ddanilov.me
4.2 parsecs away

Travel
| | Tips on how to make your compiler strictly follow the C++ standard
| | www.uraimo.com
26.3 parsecs away

Travel
| 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.