Basic C ++ Tutorial For Beginners With Dev C ++
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""