So, I got this project that I was making using CodeBlocks but I'm migrating it to Netbeans because the first IDE is very bad for compiling (imo). I'm on Ubuntu 14, added the code on a blank new c++ project on netbeans and It was fine, found all the definitions of functions, etc, but When I F6'd it the build log returned me undefined reference to <function name>
Then I tried what was suggested on this site, didn't worked...
Here is the code of the project, sorry for the mess, it was my first time using github: https://github.com/FabioNevesRezende/GraphVertexColoring