/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.cppstories.com
| | cppstories.com
0.7 parsecs away

Travel
| | 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.bfilipek.com
0.7 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | solarianprogrammer.com
2.3 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | zig.guide
30.7 parsecs away

Travel
| Here we're going to walk through writing a program that takes a measurement in fahrenheit as its argument, and prints the value in celsius.