C and C++ notes / Types and values, and strings

From Helpful
Jump to navigation Jump to search
Notes related to C and C++

Note: Some notes describe behaviour common to most variants - for C mostly meaning C89 (and a bit of C99), unless mentioned otherwise.

This article/section is a stub — probably a pile of half-sorted notes and is probably a first version, is not well-checked, so may have incorrect bits. (Feel free to ignore, or tell me)

Types, specifiers, properties, and such

Type specification

Type conversion

Type juggling

On integer and pointer size