Hi, what do you want to do?
Curated Video
C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library.
• Consider inc.hpp contants...
• Consider inc.hpp contants...
Curated Video
C++ 20 (2a) New Features - Rationale for std::format
Why new standard formatting? A new library which was type safe, concise, extendable, flexible, and efficient. Available mechanism did not have all these qualities; therefore string formatting library was born using {fmt} library as...
Curated Video
C++ 20 (2a) New Features - Composing Ranges
We need to write a piece of code that filters out even numbers from a container and returns them multiplied by two. In other example we take n integers from container and compute their squares.
• Use views: filter and...
• Use views: filter and...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Decision Making Using Comparison Operators
By comparing two or more pieces of data, you can then make decisions based on the result of that comparison. This lecture explains how.
r/>
This clip is from the chapter "Programming Fundamentals" of the series "The Complete...
r/>
This clip is from the chapter "Programming Fundamentals" of the series "The Complete...
Tarver Academy
How to Protect Ranges in Google Sheets
In This Episode, Tyler Teaches Us About How to Protect Ranges in Google Sheets
Curated Video
C++ 20 (2a) New Features - Using Ranges
Consider range generators and range adaptors.
• Understand how range generators create an infinite range in a laz
y way
• Study range generators and range adaptors provided by the standa
rd library
• Understand
ho
w...
• Understand how range generators create an infinite range in a laz
y way
• Study range generators and range adaptors provided by the standa
rd library
• Understand
ho
w...
Curated Video
C++ 20 (2a) New Features - Returning Value of the Spaceship Operator
What are the types returned by the spaceship operator? What members do they have? How can they be converted to each other?
• Discuss all types returned by the spaceship ope
rator
• Discuss the comparison ag
ainst zero
...
• Discuss all types returned by the spaceship ope
rator
• Discuss the comparison ag
ainst zero
...
Curated Video
C++ 20 (2a) New Features - Designated Initializers
Consider a struct with default values for fields. Without a constructor the syntax to initialize it with only single value different than the default is awkward.
• Consider using designated initializers to change one of the...
• Consider using designated initializers to change one of the...
Curated Video
C++ 20 (2a) New Features - Atomic Smart Pointers
Analyze thread sanitizer output for modifying value of std::shared_ptr.
• Modify just the control block and examine the o
utput
• Modify pointer value and examine
the output
• Introduce a solution, which is the...
• Modify just the control block and examine the o
utput
• Modify pointer value and examine
the output
• Introduce a solution, which is the...
Curated Video
C++ 20 (2a) New Features - Migrating to C++20
Examine compiler support table that shows which language feature is supported by which compiler.
• Examine the support for language fea
tures
• Examine the support for librar
y features
• Examine the features that...
• Examine the support for language fea
tures
• Examine the support for librar
y features
• Examine the features that...
Curated Video
World of Computer Networking Your CCNA start - Range of Private Internet Protocol (IP) Addresses
This video explains the range of private IP addresses.
r/>
This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This...
r/>
This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This...
Curated Video
C++ Standard Template Library in Practice - Sequence Algorithms - equals
The listener is new to algorithms and does not know about the equals sequence algorithm.
• Introduce the listener to the equals algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
• Introduce the listener to the equals algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
Curated Video
C++ 20 (2a) New Features - Defining Own Concepts
Implement mySort wrapper to std::sort function. Use the function incorrectly.
• Consider compiler error diagno
stics
• Constrain function using RandomAccessIterator and LessThanComparabl
e concepts
• Consider...
• Consider compiler error diagno
stics
• Constrain function using RandomAccessIterator and LessThanComparabl
e concepts
• Consider...
Curated Video
C++ 20 (2a) New Features - The Course Overview
This video will give you an overview about the course.
r/>
This clip is from the chapter "Getting Started with C++20" of the series "C++ 20 (2a) New Features".In this section a customer will find out what C++20 is and what is...
r/>
This clip is from the chapter "Getting Started with C++20" of the series "C++ 20 (2a) New Features".In this section a customer will find out what C++20 is and what is...
Curated Video
World of Computer Networking Your CCNA start - Range of Public Internet Protocol (IP) Addresses
This video explains the range of public IP addresses.
r/>
This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This...
r/>
This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This...
Brian McLogan
How to determine the domain and range from a logarithmic function
Learn how to identify the domain and range of functions from equations. To do this we will need to sketch the graph of the equation and then determine how low and how high the graph travels for the range and how far left and how far...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Styles
The aim of this video is to explore how to use styles.
r/>
This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll...
r/>
This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll...
Curated Video
C++ 20 (2a) New Features - Improvements to Lambda Expressions
Consider generic lambda expressions and problem of interacting with the type of argument. Write generic lambda accepting argument of vector holding objects of any type.
• Write generic lambda using “auto” keyword in place of...
• Write generic lambda using “auto” keyword in place of...
Curated Video
C++ 20 (2a) New Features - How to Define a Module
Split module into two separate module interface partitions
• Split module into module interface and module implementation
files
• Compile and run th
e examples
• Compile and
ru
n the example
This clip is...
• Split module into module interface and module implementation
files
• Compile and run th
e examples
• Compile and
ru
n the example
This clip is...
Curated Video
C++ 20 (2a) New Features - Compiling and Linking Modules into an Executable
Learn how to compile and link modular code using Clang 9 and GCC 10 compiled from C++-modules branch.
• Learn which compilers have working modules implement
ation
• Compile, link, and run example four
using GCC
•...
• Learn which compilers have working modules implement
ation
• Compile, link, and run example four
using GCC
•...
Ancient Lights Media
Atlas of the United States: Nevada
This program explores the geography, history, and some important cultural features of the Southwestern Region of the United States. The individual states of Texas, New Mexico, Arizona and Nevada are presented in detail.
Curated Video
C++ 20 (2a) New Features - Latches and Barriers
Use std::latch and std::barrier to synchronize incrementing atomic value from two separate threads.
• Consider latch and barrier initialization values (participating thr
eads)
• Analyze the usage of...
• Consider latch and barrier initialization values (participating thr
eads)
• Analyze the usage of...
Curated Video
C++ 20 (2a) New Features - Partitioning of Modules
Split module from 5.2 into two separate module interface partitions. Afterwards split same module into module interface file and module implementation file.
r/>
This clip is from the chapter "Modules" of the series "C++ 20 (2a)...
r/>
This clip is from the chapter "Modules" of the series "C++ 20 (2a)...