HOW TO COMPILE AND RUN PROGRAMS FROM MY BLOG TO YOUR TURBO C++ COMPILER ?
1.Copy the required C++ program code from my blog by selecting it and then right clicking on it and selecting "copy"
2.Paste it in a notepad file and save it in "c:\tc\bin\" with the name "example.cpp"
NOTE :- "example" can be replaced by any other name of our choice but the extension of the file should be .cpp
3. Then open your TC compiler and search for the program name that you have defined it before(I defined it "example.cpp") and open it and by pressing Ctrl+F9 you can easily run it.
No comments:
Post a Comment