"Undefined Reference" error when trying to link to external librarySo did you mean something like this: [code] all: run run: main.o g++ -L/home/me/Desktop/me/m...
Favorite Text Editor/IDE for C++?I personally like using Visual C++ because of its intellisense and including libraries and such is e...
"Undefined Reference" error when trying to link to external libraryHello, so I'm trying to learn how to use external functions and wrote the following dummy function: ...
Multiple Definition/First Defined HereHi Athar, Thanks for your response. So now I have my main include the .hpp, and I moved the class d...
Multiple Definition/First Defined HereHi, So I have some code: [code] //PE.hpp #include <iostream> #include <fstream> #include <st...
This user does not accept Private Messages