Latest posts — page 9

Why Use Qt for Embedded Systems

When my customers develop embedded systems, they face similar challenges: * Challenge 1: iPhone-Like HMI * Challenge 2: Internet-Connected * Challenge 3: Running Everywhere * Challenge 4: Fast Time-To-Market Using examples from different industries, I'll first elaborate on the challenges and then

Casting a negative float to an unsigned int

Never cast a negative float to an unsigned int. The result of the cast differs depending on whether the cast is executed on a device with Intel or ARM architecture. The C++ Standard decrees that the result of such a