Explore >> Select a destination


You are here

disq.us
| | solarianprogrammer.com
5.5 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | rodusek.com
5.8 parsecs away

Travel
| | Getting the name of a type in C++ is a hassle. For something that should be trivially known by the compiler at compile-time, the closest thing we have to getting the type in a cross-platform way is to use std::type_info::name which is neither at compile-time, nor is it guaranteed to be human-readable. In fact, both GCC and Clang actually return the compiler's mangled name rather than the human-readable name we are used to. Let's try to make something better using the modern utilities from c++17 and a little creative problem solving!
| | www.bfilipek.com
0.2 parsecs away

Travel
| | Thank you for all the comments about the string_view performance! Last week I got a lot of feedback on how to improve the initial string split code. Have a look at how can we update the code and get some better performance. Intro Last week I showed a few examples of string_view.
| | www.hanselman.com
18.3 parsecs away

Travel
| Fuslogvw.exe is included with the Windows .NET Framework and reports how the ...