Compiling without setting up a project in NetBeans or Visual Studio
Posted
by aLostMonkey
on Stack Overflow
See other posts from Stack Overflow
or by aLostMonkey
Published on 2010-06-06T10:28:45Z
Indexed on
2010/06/06
10:32 UTC
Read the original article
Hit count: 215
Hi,
In short: is there a way to compile and run single file in NetBeans or Visual Studio without having to setup and tinker with projects?
I'm currently using code::blocks as my IDE. It's fast and very simple: perfect for my needs as a begginner.
I wanted to dive a little deeper and try out a more advanced IDE such as NetBeans or Visual Studio. It appears I have to mess with projects and have a setup that seems overkill for having to compile and run one very simple .c/.cpp source file that contains less than 50-100 lines of code etc.
Is there a way around this?
© Stack Overflow or respective owner