Hi everyone, here is a list of websites that I use for C++:

What are you all using? Post your comments :)

  • fievel@vlemmy.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    One more I forgot is https://cppinsights.io : this online tool takes C++ code and output C++ code, the goal being to make the “magic” of the compiler visible (for example for(auto vi : std::vector…) is expended to iterators and the tool make it visible). It can help sometime when struggling with a difficult to understand issue.