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

in #f6 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.28
TRX 0.11
JST 0.031
BTC 69125.27
ETH 3788.62
USDT 1.00
SBD 3.61