I'm learning c++, and I need type values which aren't int for decimals. Anyone have some?
I have tried dec and decimal but they don't work.
this is my code right now:
dec Number = 31;
Thanks for having a look at my question!
I'm learning c++, and I need type values which aren't int for decimals. Anyone have some?
I have tried dec and decimal but they don't work.
this is my code right now:
dec Number = 31;
Thanks for having a look at my question!