Hacker News new | ask | show | jobs
by _448 1356 days ago
These two are very good beginner resources:

https://pythontutor.com/cpp.html

https://www.learn-cpp.org

The other resources are:

https://godbolt.org

https://root.cern/cling

More info about Cling is here: https://blog.llvm.org/posts/2020-11-30-interactive-cpp-with-...

1 comments

Thank you!