Joe_B
Joe_B

Reputation: 217

Building and running a single .cpp file in Netbeans without having to create a project?

I was wondering if you can help me out. I've recently started using Netbeans to code in c++. After I installed the Cygwin compiler, I've found that in order to build and run c++ code one has to create a whole project.

Is there a way that I can only build and run ONE single .cpp file or is it necessary to make a whole project for only one file?

If that is the case, do you know about any other IDE's that can build and run a SINGLE .cpp file without having to create a project for one file?

Thank you.

Upvotes: 0

Views: 1274

Answers (0)

Related Questions