Skip to main content
  • Aerospace and DefenseAutomotiveMedical DevicesRailway

The C/C++ Developer’s Guide – Part 2: icecream

This is the second of two posts in which we cover several handy open-source tools that can help decrease your compile times. The focus here is parallel builds with icecream.

  • Aerospace and DefenseAutomotiveMedical DevicesRailway

The C/C++ Developer’s Guide – Part 1: ccache

This is the first of two posts in which we cover several handy open-source tools that can help decrease your compile times. The focus here is ccache.

  • Aerospace and DefenseAutomotiveMedical DevicesRailway

Assert in Production Code? Yes, Please!

Can you use assert outside of unit tests?