Problems with current model
#include #issues
https://clang.llvm.org/docs/Modules.html#problems-with-the-current-model
#include #issues
https://clang.llvm.org/docs/Modules.html#problems-with-the-current-model
C++ Core Guidelines: Rules for Unions
#Unions
https://www.modernescpp.com/index.php/c-core-guidelines-rules-for-unions
#Unions
https://www.modernescpp.com/index.php/c-core-guidelines-rules-for-unions
Modernescpp
C++ Core Guidelines: Rules for Unions - ModernesCpp.com
QT for web assembly
#Emscripten #WASM #WebAssembly #Qt
https://qtandeverything.blogspot.in/2017/11/qt-for-webassembly-update.html
#Emscripten #WASM #WebAssembly #Qt
https://qtandeverything.blogspot.in/2017/11/qt-for-webassembly-update.html
Blogspot
Qt for WebAssembly update
The project Qt 5 emscripten that Intopalo (who are doing tons of amazing stuff with some awesome talent) started as research for a client,...
For the uninitiated
Introduction To WebAssembly
#WASM #WebAssembly
https://www.smashingmagazine.com/2017/05/abridged-cartoon-introduction-webassembly/
Introduction To WebAssembly
#WASM #WebAssembly
https://www.smashingmagazine.com/2017/05/abridged-cartoon-introduction-webassembly/
C++ Design Tip : Objects should not point back to an object that owns them
#Tips
https://deque.blog/2017/11/20/c-design-tip-objects-should-not-point-back-to-an-object-that-owns-them/
#Tips
https://deque.blog/2017/11/20/c-design-tip-objects-should-not-point-back-to-an-object-that-owns-them/
Deque
C++ Design Tip: Objects should not point back to an object that owns them
In today’s post, we will be advising against storing back-pointers in objects. This is something that we can find in our code, and which unfortunately leads to bugs, decreased performance, co…
Lessons to learn from the old well implemented projects: Prince of Persia && Doom3.
#lesson #inspiration #perspiration
https://cppdepend.com/blog/?p=179
#lesson #inspiration #perspiration
https://cppdepend.com/blog/?p=179
C++ Core Guidelines: Rules for Enumerations
https://www.modernescpp.com/index.php/c-core-guidelines-rules-for-enumerations
https://www.modernescpp.com/index.php/c-core-guidelines-rules-for-enumerations
Smart Output Iterators: A Symmetrical Approach to Range Adaptors
https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/
https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/
Fluent C++
Smart Output Iterators: A Symmetrical Approach to Range Adaptors
Expressive code in C++
How to split a string
#String #Manipulation
https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/
#String #Manipulation
https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/
Simplistic programming is underrated
https://lemire.me/blog/2017/12/06/simplistic-programming-is-underrated/
https://lemire.me/blog/2017/12/06/simplistic-programming-is-underrated/
Daniel Lemire's blog
Simplistic programming is underrated
I was a nerdy kid who liked to spend a lot of time reading. Back then, we did not have the Internet, we could not even imagine it… so I ended up reading the dictionary, reading my encyclopedia. I had a weird vocabulary. I could easily string sentences that…
A curated list of C/C++ frameworks, libraries, resources, and shiny things.
#frameworks #libraries #resources #etc
https://github.com/fffaraz/awesome-cpp
#frameworks #libraries #resources #etc
https://github.com/fffaraz/awesome-cpp
GitHub
GitHub - fffaraz/awesome-cpp: A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired…
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
C++ standards support in compilers
Gcc - https://goo.gl/RJQejA
Clang - https://goo.gl/gaVDnX
Visual Studio - https://goo.gl/dXECj3
Gcc - https://goo.gl/RJQejA
Clang - https://goo.gl/gaVDnX
Visual Studio - https://goo.gl/dXECj3
Docs
Microsoft C++ language conformance table