// my first program in C++ #include <iostream> using namespace std; int main () { int pauseVariable; cout << "Hello World!" << endl; cout << "Type something and press Enter to continue..." << endl; cin >> pauseVariable; return 0; }P.S. Figured out syntax highlighting thanks to http://mlawire.blogspot.com/2009/07/blogger-syntax-highlighting.html except that (at the time of posting) "Edit HTML" is located under the Template menu in your Blogger dashboard.
P.P.S. Code::Blocks integrates nicely with the Simple and Fast Multimedia Library - http://www.sfml-dev.org/