mortennobel / cpp-cheatsheet

Modern C++ Cheatsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of `'` to improve readability when assigning large numbers

Eshanatnight opened this issue · comments

commented
    int a = 100'000'00;