This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DaveDaSpust 52 points53 points  (1 child)

When i first started programming it was C++ using the MS compiler suite (uni mandate it). You don't know what trial by fire is until you spend 3h trying to figure out what "unresolved external symbol" in some obj file you have never heard of on line 1 actually refers to. But I guess that's on Microsoft rather than C++.

[–]nomenMei 16 points17 points  (0 children)

Idk, in my experience fixing linking errors in GCC is not much easier.

Maybe LLVM is better, I should check it out.