Friday, May 21, 2010

If a softwre is made by c then c must be installed on other computer to run the software?

if the program is completly in c then u don't need any c compiler to run it. the exe file can runned by either clicking at the exe file or by entering the file name in the command line. but if ur program uses graphics like BGI then it should be supported in ur windows. this was the problem faced by me. i had a program that used BGI graphics so it didn't run on my home computer when i tried to run it. so i installed compiler and it ran.


so if ur program is simple text mode then be sure that it will run. remember c is not made for Application. so graphics are not much needed. u can work on text which it will do.


good luck

If a softwre is made by c then c must be installed on other computer to run the software?
i am assuming u mean a c compiler. the answer in no, an exe file built by a c compiler will work on a computer which doesn't have one


No comments:

Post a Comment