You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sample application
About this tag
The sample application tag on WindowsForum.com covers discussions about C++ programming and the Standard Template Library (STL), including advanced implementation details. Content tagged with sample application includes technical lectures on STL internals, such as the Boost library and advanced C++ concepts. These threads are aimed at developers with a solid grasp of C++ basics who want to deepen their understanding of STL's inner workings. The tag is relevant for software developers, particularly those working with Microsoft tools and C++ on Windows, who are interested in high-level STL topics not commonly found in books or online resources.
Device management in Windows IoT Core
In Fall 2016, Microsoft announced Azure IoT Hub device management, providing the features and extensibility model, including an SDK for a wide range of platforms, to build robust device management solutions. With the recent release of the Windows 10...
There are two STLs: the Standard Template Library and Stephan T. Lavavej Link Removed
Advanced STL covers the gory details of the STL's implementation -> you will therefore need to be versed in the basics of STL, competent in C++ (of course), and be able to pay attention! Stephan is a great...