Hacker News new | past | comments | ask | show | jobs | submit login

>This includes things like, how do you use an external library?

Are you using Linux or Windows? If Windows & MS Visual Studio, Yan Cherinokov (programmer at EA) made some helpful videos about how to create libraries and link them:

https://www.youtube.com/user/TheChernoProject/search?query=l...

I recommend his C++ tutorials over other ones because he often deliberately does the wrong thing to show you what the error messages look like. This teaches you how to troubleshoot your own C++ projects when you encounter the same errors.

Lots of tutorials only show the correct way but it's also important to demonstrate the common ways that beginners do it incorrectly. This teaches people how to dissect the error codes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: