this post was submitted on 18 Jun 2023
20 points (100.0% liked)

C++

1732 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
 

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

What are you all using? Post your comments :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 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.