mattgodbolt / cppcon-bits-between-bitsLinks
A presentation on how much stuff happens before your code even starts running
☆19Updated 7 years ago
Alternatives and similar repositories for cppcon-bits-between-bits
Users that are interested in cppcon-bits-between-bits are comparing it to the libraries listed below
Sorting:
- C++ Introductory Tour. Click here to take the tour:☆137Updated last year
- commandline compiler explorer - use https://godbolt.org from your terminal!☆200Updated 5 years ago
- ☆310Updated 5 years ago
- bad_alloc Behaving Badly☆76Updated 6 years ago
- A GCC 7.1 patch that adds a 'static_print' statement to C++.☆146Updated 8 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.☆265Updated 6 years ago
- Replacements to standard numeric types which throw exceptions on errors☆220Updated last month
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- ☆53Updated last year
- C++ static_enum☆87Updated 6 years ago
- Simple Python script that simplifies C++ compiler errors. Useful when using heavily-templated libraries.☆215Updated 6 years ago
- A list of compiler warning flags for different GCC and clang versions