A categorized list of C++ resources.
Being a part of a few C++ communities, I happen to run across some interesting links -- this is an attempt to categorize them. Thanks to Saurabh Malpani from "C++ Enthusiasts" for the suggestion.
An ongoing, work-in-progress effort -- comments, feedback, and suggestions welcome!
Hopefully some will find this of some use and interest, too :-)
- Assembly
- Atomics, lock free, memory model
- Communities
- Compilers
- Computer architecture
- Debugging - readings (articles, documentation - implementation & use), software (GDB, LLDB, RR, WinDbg; stack trace & unwinding), talks
- Error handling
- Executables - executable & object file formats (ELF, Mach-O, PE); debugging data formats (DWARF, PDB)
- Interoperability
- FFI - foreign function interfaces (FFIs)
- portability - general (libraries), ABI, name mangling
- Learning and teaching
- Performance tools
- Standardization