+ 3

I am not clever, Anyone who diligently please teach me, I need your help.

21st Dec 2016, 11:42 PM
TiMiLoWFeTo
TiMiLoWFeTo - avatar
6 Respuestas
+ 6
No worries @TiMiLoWFeTo ... check out my programs and give a like! -bErN
22nd Dec 2016, 12:58 AM
bernscode
bernscode - avatar
+ 4
Hey, what seems to be the problem?
22nd Dec 2016, 12:08 AM
bernscode
bernscode - avatar
+ 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
22nd Dec 2016, 12:46 AM
bernscode
bernscode - avatar
+ 1
thanks you so much
22nd Dec 2016, 12:49 AM
TiMiLoWFeTo
TiMiLoWFeTo - avatar
0
I do not know how to use the code in c++, example int, main, include.
22nd Dec 2016, 12:38 AM
TiMiLoWFeTo
TiMiLoWFeTo - avatar
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.
24th Dec 2016, 2:48 PM
Michael
Michael - avatar