Sabtu, 03 Oktober 2015

Tutorial on looping/iteration in C/C++

Hi, This time it is a tutorial that explains about looping , Keep the spirit!
1. The first thing to do is open his program and start making the file by clicking the File > New > Source File or just press C + N on the keyboard
 2.there be open a blank new project
 3. Immediately start ya! , the description letter
 4. Dont forget to save before compile . I named looping and save
 5. After that , Compile and Run or just press F11 key on the keyboard
 6. And the process is finished Compile not waste a long time because it is only a simple coding .
  its also the basic coding . Compile dialog box is located under the log , which records all the      compilation file storage come from , if there is an error or not.
7. The program was immediately execute , the coding above I make a repetition of a command printf ( " Looping ........ !!! " ) ; 10 times , which means that the program will be to print as many as 10 times without us manually printf 10 times , practical right? Looping can also be combined with
 examples before that user- input- ouput , or use if else condition .thats all from me.
 Stay spirit and do not give up !

Tidak ada komentar:

Posting Komentar