Author Topic: Is it possible to compile one file from the project but not the others?  (Read 2238 times)

Offline undostres2411

  • Single posting newcomer
  • *
  • Posts: 3
Hello! Quick question. Is it possible to run one file from the project but not the others?



For example, can I run only 2.cpp without running main.cpp?

Thanks in advance! ;)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Yes, right-click the file in the project-manager and chose "build file" or press "Ctrl-Shift+F9" if the file is active or chose "compile current file" from the "Build"-menu.