c:c_variables
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
c:c_variables [2021/02/10 16:32] – peter | c:c_variables [2021/02/10 16:37] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== C - C++ Variables ====== | ====== C - C++ Variables ====== | ||
- | ^Type^Example^Comment^ | + | ^Type^Example^Usage^Comment^ |
- | |int|1| | | + | |int|1|< |
|long int|1L| | | |long int|1L| | | ||
|long long int|1LL| | | |long long int|1LL| | | ||
- | |double|1.0| | | + | |double|1.0|< |
|float|1.0F| | | |float|1.0F| | | ||
- | |char|' | + | |char|' |
|char*|" | |char*|" | ||
- | |wchar_t*|L" | + | |wchar_t*|L" |
|char8_t*|u8" | |char8_t*|u8" | ||
|char16_t*|u" | |char16_t*|u" |
c/c_variables.1612974770.txt.gz · Last modified: 2021/02/10 16:32 by peter