I am in the process of writing a project and I cant seem to get cout to work at all. I can however print to a file and use cin, and i have included all the necessary io. whenever i compile the program i have a line
cout << "hi";
but nothing is printed in the command prompt. anyone have any suggestions?