simple template for c++
#include <iostream> using namespace std; int main() { // exit normally after user hits a key system("PAUSE"); return 0; }