Is it possible to run a console application on a computer that doesn't have a compiler on it?
i.e I wrote a a program on my computer (on which I use Windows Visual Studios) and I want to run it on my mom's computer (which has no compiler).
Yea.... Obviously if you compile it into an executable then you can run it on any computer (so long as the operating system supports it.) Do you need a compiler to open internet explorer or any other executables? Of course not.