undefined reference to '__gxx_personality_v0'Hello, I am trying to compile a simple Boost C++ program with Clang. The program: [code]#inclu...
Including a visual c++ 6.0 header file in Visual C++ 2010 projectResolve. Sorry. If you can, see if you can grab an old VS 2003 or 2005 trial, import the VS6 proj...
Is this proper programming?Remove [code] using namespace std; [/code] and just type the std:: prefix before each call to cin ...
error: declaration of 'operator[]' as non-functionWow, I feel like I'm spamming these boards. Stupid GCC errors. This is my code(again!): [code]...
error: expected primary-expression before ';' tokenI have this code: [code] #include <vector> #include <iterator> #include <algorithm> #include ...
This user does not accept Private Messages