Basic C ++ Tutorial For Beginners With Dev C ++

in #f7 years ago

image

        I deliberately use Dev CPP because it fits very well with different versions of windows and can run on 32 and 64 Bit. This is certainly a solution for Pogrammer who is still familiar with C + + but constrained Operating System that does not match the C + + Compiler used. Especially for teachers or lecturers who still teach C ++ then this is the answer.

#include <iostream.h> // libraries for cin and cout
#include <conio.h> // libraries for getch

int main () {
system ("color a"); // for color giving
system ("Basic Programming Title"); // for the title
cout << "Welcome To My First Program" << endl;
cout << "My Name is steemit";

 getch ();

}

""Genius student""

Coin Marketplace

STEEM 0.17
TRX 0.15
JST 0.028
BTC 62102.06
ETH 2415.08
USDT 1.00
SBD 2.49