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

C++

1721 readers
7 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
[โ€“] fievel@vlemmy.net 8 points 1 year ago (1 children)

Same as yours +

  • https://wandbox.org : an alternative to God bolt, when just needing to quickly test something (no need for the disassembly and multiple options of godbolt)
  • 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.

[โ€“] Nihili0@programming.dev 3 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: