Hope this helps newbies.
clrscr()
system("clear"); //Needs cstdlib headder file so do #include<cstdlib>
getch()
getchar(); // Needs stdio.h so do #include<stdio.h>
And yeah, always use using namespace std; after including headders. Need that because actual usage of cout...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.