2 Ocak 2020 Perşembe

int32_t tipi

Giriş
Bu tip two's complement olmak zorunda.

Üst Sınır
I NT32_MAX olarak ile sınırlı.

Örnek
Şöyle yaparız.
// may be necessary for your C++ implementation
#define __STDC_LIMIT_MACROS 
#include <cstdint>

#ifdef INT32_MAX
  // int32_t must be available to get here
  int32_t some32bitIntVariable;
#endif

Hiç yorum yok:

Yorum Gönder