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

C++

1732 readers
2 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] 8 points 1 year ago* (last edited 1 year ago) (1 children)

Same as yours +

  • https://wandbox.org : an alternative to God bolt, when just needing to quickly test something (i.e. not needing the disassembly and multiple options of godbolt, just see if it compiles, or behave like expected on several compilers - I use that very often when writing code review comments to be sure not to advise rubbish...)
  • https://regex101.com/ : not specifically for c++ but useful as well

Some great blogs too:

One must see YouTube video: https://youtu.be/2olsGf6JIkU

Perhaps some others I'll look tomorrow on my work computer.

[โ€“] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Nice ones, for regex I also use https://regexr.com/ but regex101 is great too

Yeah, lots of interesting talk freely available: CppCon videos, ACCU, C++Weekly

also some git repo: