+ 1
C++ question
Hello I am trying to lear how the int thing works
8 Answers
+ 2
Just imagine your storing things away in your house, you have 1 box for books, one box for clothes. So "int" is just a storage box that holds actual numbers.
0
Thx
0
Jack Groves ,
just continue learning from the course you have already started. when proceeding, things will get more clear for you and you will get more familiar with the programming language.
0
Int converts strings to integers
0
Honest Phiri in C++ int is a variable type declaration. It is not a string conversion function; not like the way int() is used in Python.
0
Sorry I didn't see it clearly
0
?
Alsome
0
Ok