What directory did you put them in?

If they aren't in the work folder or the folder defined by your script (if you have one), it won't work.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}