User: kirbyfan64sos

  • Public profile

User profile: kirbyfan64sos

User info
User name:kirbyfan64sos
History
Joined:
Number of posts:10
Latest posts:

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 project
Resolve. 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-function
Wow, I feel like I'm spamming these boards. Stupid GCC errors. This is my code(again!): [code]...

error: expected primary-expression before ';' token
I have this code: [code] #include <vector> #include <iterator> #include <algorithm> #include ...

This user does not accept Private Messages