Das ist kein C- sondern C++ Programm.
Probier mal das hier.

#include <iostream.h>
#include <stdlib.h>

int main()
{
cout << "Bla bla bla" << endl;

system("PAUSE");
return 0;
}