hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/lang/fundamental_types #12

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

C++ Fundamental Types | hacking C++

C++'s fundamental types for beginners: type names, possible values, operations, platform-dependent memory widths, etc.

https://hackingcpp.com/cpp/lang/fundamental_types.html

PeterSommerlad commented 2 years ago

I would appreciate if the alternative spellings for logical and bitwise operators would be mentiioned. at least not is useful to avoid accidentally missing !

hackingcpp commented 2 years ago

@PeterSommerlad: good point! - I added the alternative spellings to the boolean operators section

TheFourthRome commented 2 weeks ago

Common Number Representations: The -1 in this part should be enclosed in parentheses.