|
You are here |
www.bfilipek.com | ||
| | | | |
cppstories.com
|
|
| | | | | C++11 conformance GCC 4.81 - 100% Clang 3.3 - 100% Intel 14.0 - 84% Visual C++ 2013 - 66% Another year is almost over so it is a good time to check what is going on with C++. This time more stats and real data compared to my post from the previous year. | |
| | | | |
www.hanselman.com
|
|
| | | | | I was on a call with my co-worker Maria today and she commented on how nice my ... | |
| | | | |
www.fluentcpp.com
|
|
| | | | | We propose the Expressive C++17 coding challenge to learn how to write expressive code by using C++17 right now. | |
| | | | |
rpep.dev
|
|
| | | Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally. | ||