Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[C++] Data Types (Easy & Basic)


Iscn
 Share

Recommended Posts

**Data Types:**

```

char : using ASCII

int : stores integer values ( -32768 to 32767)

short : stores small integers ( -128 to 127)

long : stores big integer (-2 billion to 2 billion)

float : decimals stored

```

To be finished my computer has shut down in 1 minute message!
Link to comment
Share on other sites

A quick google search reveals much more reliable and in-depth cheat sheets([example](http://www.cplusplus.com/doc/tutorial/variables/)). Please refrain from posting material that is inaccurate and does not actually teach in the Tutorials forum.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...