by admin | Oct 27, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: STRONG TYPES AND USER-DEFINED LITERALS I started using Modern C++ in embedded projects two years ago. Even though C is a defacto standard language in embedded development, I see more and more people switching to C++. Embedded...
by admin | Jul 14, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: using c libraries Language linkage C++ programs can use C code. The linkage between C++ and software modules written in other programming languages is called language linkage. extern string-literal {declaration} Standard guarantees...
by admin | Jun 10, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: constexpr What is constexpr? Cppreference defines constexpr specifier as follows: “The constexpr specifier declares that it is possible to evaluate the value of the function or variable at compile time. Such variables and functions...
by admin | Apr 5, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT C – the only right tool for the job It is a common opinion amongst embedded developers that the only right tool for the job is C. Being an embedded developer you spend a lot of time reading device datasheets. Datasheets...
Recent Comments