AI Cyberspace
AI Cyberspace
Feb 27, 2023 · Fundamentals

Master C Data Types: From Basics to Platform‑Specific Details

This article provides a comprehensive overview of C language data types, covering basic, derived, pointer, void, and derived types, their memory sizes, value ranges, signedness, platform‑dependent variations, and related keywords such as sizeof, size_t, and fixed‑width uintX_t types.

C++data typesmemory-management
0 likes · 11 min read
Master C Data Types: From Basics to Platform‑Specific Details
Code DAO
Code DAO
Jan 18, 2022 · Fundamentals

Three Practical C++23 Features You’ll Use Frequently

The article introduces three useful C++23 additions—a literal suffix for size_t and ptrdiff_t that ensures portable index types, a multidimensional subscript operator enabling concise matrix element access, and a std::string/std::string_view contains() function that simplifies substring checks—each likely to see frequent use.

C++23multidimensional operatorptrdiff_t
0 likes · 8 min read
Three Practical C++23 Features You’ll Use Frequently