____  ___    _  _     _   _ _____     _______
 / ___|/ _ \  | || |   | | | |_ _\ \   / / ____|
| |  _| | | | | || |_  | |_| || | \ \ / /|  _|
| |_| | |_| | |__   _| |  _  || |  \ V / | |___
 \____|\___/     |_|   |_| |_|___|  \_/  |_____|

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

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

BY: @fazilwasyap | CREATED: Jan. 24, 2018, 7:11 p.m. | VOTES: 6 | PAYOUT: $0.03 | [ VOTE ]

[IMAGE: https://img.esteem.ws/vprqoi6h7x.jpg]

        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 // libraries for cin and cout

include // 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""

TAGS: [ #f ]

Replies

NO REPLIES FOUND.

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>