Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggested links #5

Open
derossm opened this issue Jan 22, 2021 · 0 comments
Open

suggested links #5

derossm opened this issue Jan 22, 2021 · 0 comments

Comments

@derossm
Copy link

derossm commented Jan 22, 2021

https://en.cppreference.com/w/cpp as the definitive reference to every version of the standard including future drafts (i.e. already listing C++23 features the committee is working on)

https://en.cppreference.com/w/cpp/links for links to the actual standards in free formats officially released (since the "published" version of the same pdf is hundreds of dollars, the committee releases the "final draft" which is the same content without the copyright restrictions added when it is published- it's silly, but that's IP laws for you). It won't be helpful to new people still learning what an if-statement is, but can be useful for learning how the standard writes code and adopting a compatible interface design so that your code is more compatible with code following standard guidelines.

https://godbolt.org/ as the convenient way to translate code into instructions to better understand what your code is doing with numerous compiler builds including the latest trunks (and some custom forks used for testing new features being considered for the standard)

These are all good resources
https://www.youtube.com/user/CppCon (CppCon conference videos)
https://www.youtube.com/user/BoostCon (CppNow conference videos)
https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw (cpponsea conference videos)

Up to you if you want to add any of these, but I do think cppreference.com should be the goto C++ reference in any guide.

Nice list, though. Oh, VS Code is a nice option now as an alternative to Visual Studio; runs much faster for large code bases, still uses intellisense, but with fewer advanced IDE features by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant