InterviewSolution
Saved Bookmarks
| 1. |
Netbeans8.2 how to run a c++ main file in the project |
|
Answer» /C++ PROGRAM on terminal USING gcc compilerOpen terminal.Type command to install gcc or g++ complier:Now go to that FOLDER where you will create C/C++ programs. ...Open a FILE using any editor.Add this code in the file: ...Save the file and exit.Compile the program using any of the FOLLOWING command: ...To run this program type this command:thank you @chetan2222 |
|