+ 1

C++ question

Hello I am trying to lear how the int thing works

2nd Sep 2025, 10:19 PM
Jack Groves
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.
2nd Sep 2025, 10:37 PM
D_Stark
D_Stark - avatar
0
Thx
2nd Sep 2025, 10:38 PM
Jack Groves
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.
3rd Sep 2025, 3:42 PM
Lothar
Lothar - avatar
0
Int converts strings to integers
3rd Sep 2025, 8:26 PM
Honest Phiri
Honest Phiri - avatar
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.
4th Sep 2025, 4:14 PM
Brian
Brian - avatar
0
Sorry I didn't see it clearly
4th Sep 2025, 4:20 PM
Honest Phiri
Honest Phiri - avatar
0
? Alsome
4th Sep 2025, 5:22 PM
Dael Dezi alcaraz
0
Ok
4th Sep 2025, 5:22 PM
Dael Dezi alcaraz