Or if it's even possible? I downloaded Pocket C++ and I'm not too sure if it would work since it has its own version of Notepad++ in the folder it comes in.
from the pocketcpp website (https://code.google.com/p/pocketcpp/) :
"Portable and easy to use editor to write and test C++11 snippets (supported features). It integrates Notepad++ and Stephan T. Lavavej's MinGW Distro (GCC 4.8.1). You can use F9 key to compile C++ files, and Ctrl+F9 to execute the compiled program. "
I liked it because all you have to do is press F9 to compile and F10 to run on a little console that pops out right on the Notepad++ window. I just want to do the same with multiple files and using FLTK.
If anyone could clearly answer this question I would highly appreciate it.