9 Tips for Writing Clean and Effective C/C++ Code

Learn how to create high-quality C++ code with best practices such as using standard type definitions, organizing data into objects, and enforcing const-correctness. See why single exit points and code style are important, and discover how to create maintainable and efficient code.

4 Must-Have C++17 Features for Embedded Developers

C++17 is a version of the C++ programming language that was standardized in 2017, and adds additonal new features and improvements to what is considered “modern C++”. Some major new features that I have really loved in C++17 include: In embedded systems, support for C++17 will depend on the compiler and platform you are using.... » read more