Explore >> Select a destination


You are here

www.codeproject.com
| | thasso.xyz
3.4 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | chadaustin.me
6.3 parsecs away

Travel
| | [AI summary] This article discusses creating C++ DLL interfaces that ensure binary compatibility across different compilers and configurations by using virtual methods, extern "C" for function declarations, and managing memory allocation to prevent crashes due to incompatible heaps.
| | etherealwake.com
3.7 parsecs away

Travel
| | Inline functions are a notable feature of both C and C++. By exposing the source file to the implementation of a function, they allow a variety of optimization techniques that wouldn't be possible if it had to call out to a subroutine in a different file (at least without link-time optimization). However, despite the common syntax, the C and C++ languages implement them in very different ways. While C++ takes a "user friendly" approach and automatically manages the manipulation of multiple implementation...
| | www.cppstories.com
23.2 parsecs away

Travel
| While 2020 was a crazy and hard year we were fortunate - C++20 was accepted and published, and the work on new features continues. As usually every year, here's my overview of the year: the standardization process, features, implementation, compilers, tools, books and more. Other Reports: 2020 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012.