What is int_fast32_t?


Overview of Integer Types in C and C++

  • int_fast32_t as the fastest integer for the current processor larger or equal to int32_t
  • __int64 as a valid integer supported by the MIDL compiler
  • Unsigned integers in C and distinction between signed and unsigned integers

Understanding Floating Point Numbers

  • Difference between signed and unsigned floats
  • Size of float and double pointers
  • Definition of float type in Python

Lascia un commento