Loading...
Using The Linker

Using The Linker

In this lecture you will learn how to use the linker which will allow you to compile multiple source files to create one...

Namespaces

Namespaces

In this lecture you will learn all about namespaces in C++ and see how they can help you write clean code

Receiving input from the keyboard

Receiving input from the keyboard

In this lecture you will learn how to receive input from the keyboard

Arrays

Arrays

In this lecture you learn all about arrays in C++

Strings And How To Use Them

Strings And How To Use Them

In this tutorial you learn all about Strings in C++

Vector Basics

Vector Basics

C++ vector basics, in this lecture you learn all about vectors in C++

Reading And Writing A File

Reading And Writing A File

In this lecture you will learn how to read and write files

Understanding Enumerations

Understanding Enumerations

In this lecture you will learn all about enumerations in C++

Makefiles

Makefiles

In this lecture you learn how to create make files which allow you to automate the building of your projects

Working With Structures

Working With Structures

In this lecture you learn all about structures in C++

Understanding The Heap And The Stack

Understanding The Heap And The Stack

In this lecture you will learn all about the heap and the stack and the difference between them

Working with references and pointers

Working with references and pointers

In this lecture you will learn about references and pointers in C++

What is Object Oriented Programming?

What is Object Oriented Programming?

In this lecture you will learn what object oriented programming is

Understanding casting

Understanding casting

In this lecture you learn all about casting in C++

Working With Classes

Working With Classes

In this lecture you will learn how to work with classes in C++

Creating Libraries

Creating Libraries

In this lecture you learn how to create libraries which allow you to share your functionality with other developers

Setting Up Android Studio

Setting Up Android Studio

In this lecture we setup android studio which is what we will use to develop your application

Creating Your First Android Application

Creating Your First Android Application

In this lecture you will learn how to crate your very first android application, it will be a simple application that ou...

Designing The Calculator

Designing The Calculator

Here we design the actual calculator we will be making

Starting The Programming

Starting The Programming

In this lecture we program out calculator and make it work

Finishing Our Calculator

Finishing Our Calculator

In this lecture we will finish our calculator and have a nice clean and polished product

Installing Kernel Dependencies

Installing Kernel Dependencies

In this lecture we install all the kernel dependencies that we need to create this module

Creating A Hello World Module

Creating A Hello World Module

Here we create kernel code that just writes Hello World out to the kernel log. This is a great beginners module to get u...