Ok, so I am working on a project that changes:
cout << "this is a test script";
cin >> test
to
say ("hiya");
input (name);
It works fine but theres one problem, I don't want to code it into a complier like dev c++ I want to write it in something like notepad, save it then run a program that is in c++ that executes them lines. Is this possible and how? Thanks