{"id":9149,"date":"2026-08-10T10:04:08","date_gmt":"2026-08-10T10:04:08","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/oreilly-whats-new-in-modern-c-2024-2\/"},"modified":"2026-08-10T10:04:08","modified_gmt":"2026-08-10T10:04:08","slug":"oreilly-whats-new-in-modern-c-2024-2","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/oreilly-whats-new-in-modern-c-2024-2\/","title":{"rendered":"Oreilly \u2013 What\u2019s New in Modern C++ 2024-2"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"9:1-9:365\"><span style=\"vertical-align: inherit\">What\u2019s New in Modern C++ Course. This course teaches you how to make the most of the latest features and capabilities of modern C++. You\u2019ll learn about movability and value references, smart pointers, functional programming, multithreading, and more. Author and expert trainer Andy Olsen guides you through the new features and shows you how to create and implement efficient, elegant, and contemporary code. In this course, you\u2019ll:<\/span><\/p>\n<ul dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"13:1-16:0\">\n<li data-sourcepos=\"13:1-13:71\"><span style=\"vertical-align: inherit\">You will explore the language advancements and libraries available in modern C++.<\/span><\/li>\n<li data-sourcepos=\"14:1-14:136\"><span style=\"vertical-align: inherit\">You\u2019ll learn how to best use move semantics, functional programming techniques, smart pointers, and more.<\/span><\/li>\n<li data-sourcepos=\"15:1-16:0\"><span style=\"vertical-align: inherit\">You will understand important features such as variadic templates, universal references, concepts, and modules.<\/span><\/li>\n<\/ul>\n<p dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"17:1-17:96\"><span style=\"vertical-align: inherit\">This course is ideal for developers who want to update their knowledge of modern C++.<\/span><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"19:1-19:25\"><span style=\"vertical-align: inherit\">What you will learn:<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"21:1-27:0\">\n<li data-sourcepos=\"21:1-21:26\"><span style=\"vertical-align: inherit\">Modern C++ language advancements<\/span><\/li>\n<li data-sourcepos=\"22:1-22:35\"><span style=\"vertical-align: inherit\">move semantics and value references<\/span><\/li>\n<li data-sourcepos=\"23:1-23:16\"><span style=\"vertical-align: inherit\">smart pointers<\/span><\/li>\n<li data-sourcepos=\"24:1-24:25\"><span style=\"vertical-align: inherit\">Functional programming<\/span><\/li>\n<li data-sourcepos=\"25:1-25:16\"><span style=\"vertical-align: inherit\">multithreading<\/span><\/li>\n<li data-sourcepos=\"26:1-27:0\"><span style=\"vertical-align: inherit\">variadic templates, universal references, concepts and modules<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"28:1-28:32\"><span style=\"vertical-align: inherit\">Who is this course suitable for?<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\" data-sourcepos=\"30:1-33:0\">\n<li data-sourcepos=\"30:1-30:38\"><span style=\"vertical-align: inherit\">Intermediate C++ developers<\/span><\/li>\n<li data-sourcepos=\"31:1-31:71\"><span style=\"vertical-align: inherit\">Developers who want to update their knowledge of modern C++.<\/span><\/li>\n<li data-sourcepos=\"32:1-33:0\"><span style=\"vertical-align: inherit\">Anyone interested in learning new features of modern C++.<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course details<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\">\n<li><span style=\"vertical-align: inherit\">Publisher: <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.oreilly.com\/library\/view\/whats-new-in\/9780135315040\/\" target=\"_blank\" rel=\"noopener\"><span style=\"vertical-align: inherit\">Oreilly<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Instructor: &nbsp; <\/span><a class=\"author-name\" href=\"https:\/\/downloadlynet.ir\/tag\/andy-olsen\/\"><span style=\"vertical-align: inherit\">Andy Olsen<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: Beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 4 hours and 39 minutes<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<ul dir=\"ltr\" style=\"text-align: left\">\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Introduction<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">What\u2019s New in Modern C++: Introduction<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 1: General C++ Language Enhancements <\/span><br \/><span style=\"vertical-align: inherit\">1.1 Improved Type Declarations <\/span><br \/><span style=\"vertical-align: inherit\">1.2 Nullability <\/span><br \/><span style=\"vertical-align: inherit\">1.3 A Closer Look at Constant-ness <\/span><br \/><span style=\"vertical-align: inherit\">1.4 Miscellany<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 2: Value Categories and Movability <\/span><br \/><span style=\"vertical-align: inherit\">2.1 Understanding Value Categories <\/span><br \/><span style=\"vertical-align: inherit\">2.2 Copy and Move Semantics <\/span><br \/><span style=\"vertical-align: inherit\">2.3 Reference Binding Rules <\/span><br \/><span style=\"vertical-align: inherit\">2.4 Additional Considerations<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 3: Improved Initialization <\/span><br \/><span style=\"vertical-align: inherit\">3.1 Constructor Enhancements <\/span><br \/><span style=\"vertical-align: inherit\">3.2 Uniform Initialization Syntax <\/span><br \/><span style=\"vertical-align: inherit\">3.3 Initializer Lists<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 4: Smart Pointers <\/span><br \/><span style=\"vertical-align: inherit\">4.1 Overview of Smart Pointers <\/span><br \/><span style=\"vertical-align: inherit\">4.2 Shared Pointers <\/span><br \/><span style=\"vertical-align: inherit\">4.3 Weak Pointers <\/span><br \/><span style=\"vertical-align: inherit\">4.4 Unique Pointers <\/span><br \/><span style=\"vertical-align: inherit\">4.5 Using enable_shared_from_this<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 5: Functional Programming <\/span><br \/><span style=\"vertical-align: inherit\">5.1 Getting Started with Lambdas <\/span><br \/><span style=\"vertical-align: inherit\">5.2 A Closer Look at Lambdas <\/span><br \/><span style=\"vertical-align: inherit\">5.3 The Type of a Lambda<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Lesson 6: Additional Techniques <\/span><br \/><span style=\"vertical-align: inherit\">6.1 Multithreading <\/span><br \/><span style=\"vertical-align: inherit\">6.2 Calling Functions Asynchronously <\/span><br \/><span style=\"vertical-align: inherit\">6.3 Miscellaneous Language Enhancements <\/span><br \/><span style=\"vertical-align: inherit\">6.4 Additional Language Enhancements <\/span><br \/><span style=\"vertical-align: inherit\">6.5 Miscellaneous Library Enhancements <\/span><br \/><span style=\"vertical-align: inherit\">6.6 Additional Library Enhancements<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Summary<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">What\u2019s New in Modern C++: Summary<\/span><\/li>\n<\/ul>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">What\u2019s New in Modern C++ Course Images<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-970719 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2025\/03\/Whats-New-in-Modern-C.png\" alt=\"What's New in Modern C++\" width=\"1252\" height=\"439\"><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Sample course video<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-158489-1\"><video class=\"wp-video-shortcode\" id=\"video-158489-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Whats_New_in_Modern_C_Plus_Plus_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Whats_New_in_Modern_C_Plus_Plus_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Whats_New_in_Modern_C_Plus_Plus_Downloadly.ir.mp4?nocache=1786114404695\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Whats_New_in_Modern_C_Plus_Plus_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div dir=\"ltr\" style=\"text-align: left\">\n<h3><span style=\"vertical-align: inherit\">Installation Guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Subtitles: None<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<\/div>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Download link<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><a href=\"https:\/\/dl1.downloadly.ir\/Files\/Elearning\/Oreilly_Whats_New_in_Modern_C_Plus_Plus_2024-2.part1_Downloadly.ir.rar?nocache=1786114403\"><span style=\"vertical-align: inherit\">Download Part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: left\"><a href=\"https:\/\/dl1.downloadly.ir\/Files\/Elearning\/Oreilly_Whats_New_in_Modern_C_Plus_Plus_2024-2.part2_Downloadly.ir.rar?nocache=1786114403\"><span style=\"vertical-align: inherit\">Download Part 2 \u2013 269 MB<\/span><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3 dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">File size<\/span><\/h3>\n<p dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">1.2 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description What\u2019s New in Modern C++ Course. This course teaches you how to make the most of the latest features and capabilities of modern C++. You\u2019ll learn ab<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[35983,79473,79474,79475,79476,79477],"class_list":["post-9149","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-andy-olsen","dgi_tag-course-whats-new-in-modern-c","dgi_tag-download-course-whats-new-in-modern-c","dgi_tag-download-whats-new-in-modern-c","dgi_tag-free-download-whats-new-in-modern-c","dgi_tag-free-whats-new-in-modern-c"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9149\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=9149"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=9149"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=9149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}