ARTICLE AD BOX
My code is:
#include <iostream> int main() { std::cout << "I like shrimp tempura"; std::cout << "It's really good!" return 0; }And my error message says:
unable to start program
'(Im not saying name of file for privacy reasons)'
The system cannot find the file specified.
I've saved the file, though, and I've made sure that the file is in the file location it said in the error message.
