+ 3
I am not clever, Anyone who diligently please teach me, I need your help.
6 ответов
+ 6
No worries @TiMiLoWFeTo ... check out my programs and give a like! -bErN
+ 4
Hey, what seems to be the problem?
+ 4
1. int is called a primitive data type which means integer. Example: int a = 2
2. main is the function which must be found in any C program. Example: int main( ) { }
3. include is used when you want to import a specific C package into your program. Example: #include<iostream>
I would really recommend you complete atleast the basic C++ section of the course here on SoloLearn, it will cover all of this in more detail.
Hope this helps!
Gud Luk!
-bErN
+ 1
thanks you so much
0
I do not know how to use the code in c++, example int, main, include.
0
If you want learn and be able to use a language you need to study the materials fairly well, not just breeze through the material like I have done. So spend time reading, understanding, and practicing each lesson and you will do fine.