08.21.17 - 12.17.17
Really Complete Student CRUD
Using a pointer to a pointer corrected the deleting luke skywalker problem
Students CRUD Final
Works great as long as you don't try to delete luke skywalker
T-Shirt Example
As finished as it's going to get. Added jQuery for color swatches and color removal
Students CRUD
added saving and adding students
Students with Linked List
finished node list example and converted students crud example over to use a linked list.
malloc and lists
malloc example and start of a simple linked list example
Pointers with Structs
points, rects, and students
Structs
cars and music
Student CRUD
version .1, loads and displays student data to and from arrays
fgets Examples
using fgets to write get_string and get_int functions
Buffered FileIO Functions
finished unbuffered student data example with strtol and then examples of fscanf and fprintf
FileIO - Still Unbuffred
finished copy program and almost done student data reader
FileIO Basics
alphabet, echo, and start of copy programs
Basic IO Examples
buffered vs unbuffered IO and read_string example
Header Files and Recursion
header files two ways in the calculator program, and a recursive loop
Functions and Arrays
Passing arrays to functions and calc example started
Passing and Returning
Passing by reference, returning values, and passing arrays
Function Basics
how to write functions and passing by value
More Pointers
basics practice, scanf and pointers, arrays as pointers, and reversing an array with pointers.
String and Beginning Pointers
Strings and arrays, Multidimensional arrays, and beginning pointers
Break, Continue, and Arrays
Example of break and continue key words and getting started with arrays
Repetitions and Selections
Repeating alphabet, multiplication table, and menu examples
More Loops
controlling while loops, do/while loops, and for loops
Boolean Operators and While Loops
seconds to hours/minutes/seconds, comparison and logical operators, and starting while loops
More Constants and Operators
limits and float constants, modulus, and increment operators
float, strings, and constants
float example, formatting output, derived types like strings, manifest constants and constant variables
Casting and Chars
fixed inches per mile example, casting, and char examples
scanf and Integer Types
temp converter, int types example, and miles to inches with overflow
More Basics
days remaining and temp converter with simple variables
Welcome
example of a simple program that displays Welcome to C!