Explore >> Select a destination


You are here

www.yodaiken.com
| | port70.net
0.5 parsecs away

Travel
| |
| | www.bell-labs.com
4.3 parsecs away

Travel
| | [AI summary] The text provides an in-depth overview of the history, design, and evolution of the C programming language. It discusses the origins of C, its development from the B language, and key contributions by Dennis Ritchie and others. The text also covers the standardization process, notable features of C, and its impact on modern programming. It includes references to important publications and historical documents.
| | google.github.io
7.6 parsecs away

Travel
| | Style guides for Google-originated open-source projects
| | www.bfilipek.com
19.2 parsecs away

Travel
| MSVC (VS 2017 15.7, end of June 2018) is as far as I know the only major compiler/STL implementation that has parallel algorithms. Not everything is done, but you can use a lot of algorithms and apply std::execution::par on them! Have a look at few examples I managed to run.