C++ Float Size Code Example


Example: data types in c++

int myNum = 5;               // Integer (whole number) float myFloatNum = 5.99;     // Floating point number double myDoubleNum = 9.98;   // Floating point number char myLetter = 'D';         // Character bool myBoolean = true;       // Boolean string myText = "Hello";     // String

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools