1. This is a common problem faced by beginners,that,how to create a self-executable(.exe) file..?
Ans - Well,the problem is simple.First of all check whether the code you have created is running without any errors/warnings.?Den the job is to check the output directory.For that you
need to go to Options>Directories and the following window will appear.
need to go to Options>Directories and the following window will appear.
All you need to do now is to set the output directory to the following address-
"C:\TC\BIN"
After completing this just save your program and run the program once,after an errorfree execution,you will find your xyz.exe file in the specified output directory.
2.Unable to execute graphics mode programs,even after including the header file-graphics.h..!!
Ans - The solution is simple.All you need to do is goto Options>Linker>libraries... and select the 'Graphics Library'.
now you can run the graphics oriented programs successfully,without any errors.
No comments:
Post a Comment