Data Representation Characters & Floating Point Numbers CSCE 121 J. Michael Moore
Characters ASCII Only 256 options??? http://www.rapidtables.com/code/text/ascii-table.htm Unicode http://www.utf8-chartable.de/unicode-utf8-table.pl?number=1024&utf8=bin C++ 11 supports wchar_t char16_t char32_t
Real (Floating point) numbers Participation Activity 4.6.2 https://learn.zybooks.com/zybook/TAMUCSCE121MooreSummer2017/ch apter/4/section/6 Note that floating point number are approximations! Note: link in video is different, but I didn’t feel like remaking the video. J. Michael Moore