-
Notifications
You must be signed in to change notification settings - Fork 1
Running code
Marko Njegomir edited this page Oct 27, 2019
·
5 revisions
To run the code in the project, simply click on the Run
button in the toolbar, or use the default hotkey F5
.
Project files will be automatically compiled and linked using the specified compiler options for the project. Then the created .out
file will be started in a separate thread in a new window.
To manually run the compiled file just use ./{name_of_the_file.out}
You may want to position yourself in the directory that contains the .out
file you want to run by using the cd
commands.