Introduction to C Programming by TheNewBoston

Video Lectures

Displaying all 58 video lectures.
Lecture 1
Introduction to C Programming
Play Video
Introduction to C Programming
Lecture 2
Setting Up Code Blocks
Play Video
Setting Up Code Blocks
Lecture 3
How Computer Programs Work
Play Video
How Computer Programs Work
Lecture 4
Print Text on the Screen
Play Video
Print Text on the Screen
Lecture 5
Comments
Play Video
Comments
Lecture 6
Conversion Characters
Play Video
Conversion Characters
Lecture 7
Variables
Play Video
Variables
Lecture 8
String Terminator
Play Video
String Terminator
Lecture 9
I Need Arrays
Play Video
I Need Arrays
Lecture 10
Creating a Header File
Play Video
Creating a Header File
Lecture 11
Getting Input with scanf
Play Video
Getting Input with scanf
Lecture 12
Math Operators
Play Video
Math Operators
Lecture 13
Cats Love Bagels
Play Video
Cats Love Bagels
Lecture 14
Calculating the Average Age
Play Video
Calculating the Average Age
Lecture 15
How to Calculate Interest
Play Video
How to Calculate Interest
Lecture 16
Typecasting
Play Video
Typecasting
Lecture 17
Making Decisions Using if Statements
Play Video
Making Decisions Using if Statements
Lecture 18
Nesting if Statements
Play Video
Nesting if Statements
Lecture 19
if else
Play Video
if else
Lecture 20
What about more than two choices?
Play Video
What about more than two choices?
Lecture 21
Dont Beat Up Little Kids
Play Video
Dont Beat Up Little Kids
Lecture 22
or
Play Video
or
Lecture 23
Shorthand if else
Play Video
Shorthand if else
Lecture 24
Increment Operator
Play Video
Increment Operator
Lecture 25
while Loops
Play Video
while Loops
Lecture 26
do while Loops
Play Video
do while Loops
Lecture 27
for Loop
Play Video
for Loop
Lecture 28
How to Make a Table
Play Video
How to Make a Table
Lecture 29
break
Play Video
break
Lecture 30
continue
Play Video
continue
Lecture 31
switch
Play Video
switch
Lecture 32
A Few Cool Character Functions
Play Video
A Few Cool Character Functions
Lecture 33
isupper and Challenge #1!
Play Video
isupper and Challenge #1!
Lecture 34
strcat and strcpy
Play Video
strcat and strcpy
Lecture 35
puts and gets
Play Video
puts and gets
Lecture 36
Rounding Numbers
Play Video
Rounding Numbers
Lecture 37
Absolute Value with abs
Play Video
Absolute Value with abs
Lecture 38
Random Number Generator with rand
Play Video
Random Number Generator with rand
Lecture 39
int and float Arrays
Play Video
int and float Arrays
Lecture 40
Why I am Banned from Fantasy Hockey
Play Video
Why I am Banned from Fantasy Hockey
Lecture 41
Sorting Arrays
Play Video
Sorting Arrays
Lecture 42
Pointers
Play Video
Pointers
Lecture 43
Dereference Pointer
Play Video
Dereference Pointer
Lecture 44
Arrays and Pointers
Play Video
Arrays and Pointers
Lecture 45
Strings and Pointers
Play Video
Strings and Pointers
Lecture 46
Problems with String Lengths
Play Video
Problems with String Lengths
Lecture 47
The Heap
Play Video
The Heap
Lecture 48
Creating an Expandable Program using the Heap
Play Video
Creating an Expandable Program using the Heap
Lecture 49
Structures
Play Video
Structures
Lecture 50
Writing Files in C
Play Video
Writing Files in C
Lecture 51
How to Read Files
Play Video
How to Read Files
Lecture 52
Append to File
Play Video
Append to File
Lecture 53
Random File Access
Play Video
Random File Access
Lecture 54
Functions
Play Video
Functions
Lecture 55
Global vs Local Variables
Play Video
Global vs Local Variables
Lecture 56
Passing Arguments to Functions
Play Video
Passing Arguments to Functions
Lecture 57
Return Values
Play Video
Return Values
Lecture 58
Pass by Reference vs Pass by Value
Play Video
Pass by Reference vs Pass by Value