i did follow the setup instructions exactly and if you could tell me what i need to do to fix this error

5 C:\Dev-Cpp\Untitled1.cpp
parse error before `)' token

i think it will work the code is

#include <windows.h>

main ()
{
()cout << "Hello World!" << endl;

()cout << "Press ENTER to continue..." << endl;
()getchar ();
return 0;
}