How To Compiling A Program In Programming
Do you like this story?
After you have typed and saved your source code the next step in program development is compilation , To write compile a program press alt + f9 alternatively , you can pull down the compile menu (press Alt+C) , then C or for compile to OBJ.
the compilation takes place instantaneously, if the code correctly compiled , the dialog box will display "Success" press any key, while compilation goes on you can see the running line number and error messages are not very helpful, as the descriptions in the Reference Guide are necessarily quite vague, you can however, examine the program for common mistakes such as misspellings and missing parentheses, braces, slashes, backslashes, or semicolons, be sure to save the corrected program with the S (Save) command from the file menu, Turbo C++ provides several error messages, each error may produce several of them, you may find correct lines flagged as errors because of errors that precede them, if you get one or more errors Turbo C+ will display them all in the message window press an arrow key to move to another message and the
F6 again to return to the message window, Sometimes if more than one window is open, you may not be sure about the currently active window by first looking for the cursor or highlight, which is always in the active window if cannot trace the cursor look for the double lines at the top and the highlighted name, you can also press F6 and watch the change when you switch windows.

This post was written by: Franklin Manuel
Franklin Manuel is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Compiling A Program In Programming”
Post a Comment