remove source file from project
We are using Netbeans in class, and something really bothers me. In Visual Studio, if I am working on several different files for different problems, I can just right click on the source file, choose remove, and add my new source file and compile the new program.
In Netbeans there is no remove, just a delete, and I found out the hard way that deletes the file off of the disk(after spending 3 hours writing it). Is there a way that I can do this without having to create a new project for each of the 10 problems we have in this assignment?