Nevermind after looking at it again I figured out why. I still have to include int add( int x, int y) { return x + y; } in the HelloWorld.cpp file right? The tutorial didn't show this. IF thats why then whats the point of putting that other code in the header file when you could add int add( int x, int y) at the top of the HelloWorld.cpp file? Or I'm guessing you would...



