
28
DecemberThread Safety And Why It's Important
In this lecture you will learn about thread safety and why it's important

28
DecemberThreads In Classes
In this lecture you will learn how to create threads in classes

28
DecemberIntroduction

28
DecemberInstalling Mysql and PHPMyAdmin
In this lecture you will learn how to install MySQL engine and PhpMyAdmin web interface

28
DecemberUnderstanding The Database Internals
In this lecture we will discuss database internals so you can grasp how databases work

28
DecemberLearn To Create Database Tables Along With Inserting Data Into Them With Sql
In this lecture you will learn how to create database tables and we will then add data to the database using the SQL Que...

29
DecemberSelecting And Retrieving Data From The Database With Sql
In this lecture you learn how to select data from the database with the SQL Query language. This allows you to bring bac...

29
DecemberUpdating The Records In The Database With Sql
In this lecture you learn how to update existing data in the database using the SQL Query Language

30
DecemberCreating A Medical Database
In this lecture we will start our very own medical database

30
DecemberRelationships In A Database
Here we learn about database relationships and why they are important

30
DecemberJoining Data And Tables In Sql
This lecture covers using SQL to join data and tables

30
DecemberOrdering Data In Sql
This lecture shows you how you can order your data in ascending or descending order when reading it

30
DecemberDeleting Database Records In Sql
Sometimes you no longer need information anymore, well why not delete it in SQL using the DELETE keyword. This lecture s...

30
DecemberSubqueries In Sql
Subqueries allow you to have a query within a query and can be incredibly useful when used properly

30
DecemberConclusion

05
JanuaryIntroduction

05
JanuaryInstalling The Compiler
In this lecture we install the GCC Mingw Compiler

05
JanuaryCreating A Hello World Program
In this lecture you create your very first C program, a simple hello world application that outputs Hello World to comma...

05
JanuaryVariables
In this lecture you learn how to store data in memory by using variables

05
JanuaryFunctions Explained
In this lecture we explain functions how they work and how to make them

05
JanuaryPrimitive Types
This lecture discusses primitive types and how they work

05
JanuaryArrays
This lecture discusses arrays in the C programming language

05
JanuaryMulti-Dimensional Arrays
This lecture discusses how arrays can have multiple dimensions, you will learn how to create multi-dimensional arrays

06
JanuaryReceiving input from the keyboard
This lecture shows you how you can read input from the users keyboard

06
JanuaryPointers And Memory Addresses
In this lecture you learn all about pointers and memory addresses and how to work with them