Instructional Video2:27
Curated Video

Learn and Master C Programming - auto' keyword in C

Higher Ed
Understanding what 'auto' means and when and how it can be used.
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video11:40
Curated Video

Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach

Higher Ed
We will look at 3 different ways to use our library from a console application that we create together.
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For...
Instructional Video8:34
Curated Video

Learn and Master C Programming - Forward Declarations in C/C++

Higher Ed
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files.
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series...
Instructional Video4:57
Curated Video

C++ Developer - Project - Odds and Evens

Higher Ed
This video presents a project called "Odds and Evens".
r/>
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use...
Instructional Video12:23
Curated Video

C++ for Beginners - Encapsulation, Part 2

Higher Ed
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming.<br/<br/>>

This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video7:49
Curated Video

Multi-Paradigm Programming with Modern C++ - Coroutine Mechanics

Higher Ed
In order to be able to implement coroutines, we have to understand a few low-level mechanisms. This video is an overview of how process memory is structured, how functions are called, and finally, how coroutine state is copied from...
Instructional Video6:01
Curated Video

Complete Modern C++ - Inheritance and Composition

Higher Ed
In this video, we revisit inheritance and composition and explain it again with examples.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...
Instructional Video3:31
Curated Video

Complete Modern C++ - What is C++?

Higher Ed
In this video, we will introduce you to modern C++ and where it is used.

• Learn what patterns matchi
ng is
• Explore the problems with
std::visit
• Comparison between std::
vi
sit and match

This clip is...
Instructional Video2:44
Curated Video

Complete Modern C++ - Visual Studio 2017 Installation

Higher Ed
In this video, you will learn how to install Visual Studio 2017 and how to create a C++ project.

• Learn Construction and solve an assig
nment
• Understand checking an active a
lternative
• Explore accessing an...
Instructional Video7:02
Curated Video

C++ Standard Template Library in Practice - Input Iterators

Higher Ed
We want to learn what makes up an input iterator, and how to use it.

• Learn what an input iterator c
an do
• Learn what it takes to fulfill an input iterato
r contract
• Go through a code example, showing how to use...
Instructional Video5:15
Curated Video

C++ Standard Template Library in Practice - Project - Coding

Higher Ed
This is the second part of the project where you will be doing coding.

• Open bitcoin.cpp
file
• Create a class called C
urlHandler
• Comp
il
e the project

This clip is from the chapter "Introducing the...
Instructional Video14:54
Curated Video

C++ Developer - Exceptions and the Exception Hierarchy

Higher Ed
This video explains the hierarchy of exceptions.<br/<br/>>

This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Instructional Video5:59
Curated Video

Python for Network Forensics 3.4: Parsing System Logs

Higher Ed
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
In this video, we identify which characters do in fact belong to plates and convert them to text.

• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
Instructional Video6:15
Curated Video

High Performance Scientific Computing with C 2.4: Compiler Optimizations

Higher Ed
How can we use the compiler to automatically speed up our programs?<br/>
• Learn about the basic -O op<br/>timizations
• See how -Ofast-math can squeak out eve<br/>n better optimizations
• See why -Of<br/>ast-math isn’t enabled by default
Instructional Video4:56
Curated Video

Learning D3.JS 5.0 7.6: Visualization with Scales

Higher Ed
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Instructional Video3:06
Curated Video

Learning D3.JS 5.0 3.3: Creating Texts

Higher Ed
In this video, we will learn how to create texts.<br/>
• Create the text element and add some CSS<br/> properties• Create a text a<br/>rea
• Make the text clickable
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools

Higher Ed
This video focuses on the tools to perform reverse engineering tools.<br/>
• Explore reverse engineering to<br/>ols listing
•<br/> Download dex2jar tool
• Download JD-gui tool
Instructional Video5:33
Curated Video

Bug Bounty Program Certification 4.2: Setup External Network Attack

Higher Ed
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Instructional Video6:55
Curated Video

Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine

Higher Ed
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine.

• Deploy a new virtual machine and set up the Jenkins master s
erver
• Look for a ready-made instance with Jenkins installed and...
Instructional Video3:30
Curated Video

Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure

Higher Ed
Now it’s time to take a step ahead with the TODO list we created in the previous video! We are going to connect our Java application to use Azure Cosmos DB as a backend for storing the TODO list data items.

• Create a new Cosmos...
Instructional Video10:59
Programming Electronics Academy

Introduction to Interrupts: Arduino Course 9.1

Higher Ed
An introduction to interrupts in programming.
Instructional Video7:16
Programming Electronics Academy

Download IDE MAC OSX: Arduino Course 2.4

Higher Ed
A walk through of downloading and installing the Arduino IDE (Integrated Development Environment) for Mac OS X computers
Instructional Video8:25
Programming Electronics Academy

7 Arduino Tips for New Programmers

Higher Ed
7 Arduino Tips for New Programmers