Helpful C++ Tools / Resources

References

Some websites to help understand the concepts we will encounter include:

Tutorials / Cheat Sheets

Tools

  • C++ Insights: https://cppinsights.io

    This is a source-to-source compiler that can help clarify what some complex C++ patterns are actually doing.

  • IDE One: https://ideone.com

    An online compiler that will build and run your code.

  • GodBolt: https://godbolt.org/

    This is a compiler explorer—it will show you the assembly code generated by a variety of different compilers.