CodeOpen wrote: |
---|
So are these correct? 1.234f is float 1.234L is long double |
CodeOpen wrote: |
---|
And what about this? 1.234s |
using std::string_literals;
, it is a std::string. Otherwise, it won't compile.LB wrote: |
---|
If you are using std::string_literals;, it is a std::string. |