Data Type Definitions [Solved]Could someone please explain the diffrence between int, bool, and char i have looked online but i couldnt find anything
Variables. Data Types. - C++ Documentation Check the table below, it explains the variable types. From my knowledge of C++ and reading the webpage above online.. int - takes/stores a number bool - 0=false 1=true char - stores 1 character unless specified
Originally Posted by Virtual Fear Variables. Data Types. - C++ Documentation Check the table below, it explains the variable types. ohh thanks i been on that sight like a million times and never found something like that