Why the hell can't I just write working code and have it work? If I have class A and class B and class C and blah blah, and I compile their asses, why can't I link the shared object libraries that get shat out, include the .h files and write code that uses all the classes? Why does g++ insist on the lies
(
Read more... )
Comments 4
// Insert Comment
We used textbooks by the name of dietel back when I took some C++ and Java programming classes. They have sample code in the books and they walk you through the process. Visual Basic is also a good place to start if you are interested in learning the languages.
Reply
I agree though, when the linker fails, swearing usually ensues. Especially when there is a problem with a templated class *shudder*.
Reply
Reply
Reply
Leave a comment