-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L39 - Conditional Operator
How to use the conditional operator / "ternary" operator in C. (?:)
-
C Programming on the Mac L38 - Typedef
How to create your own custom types using typedef in C.
-
C Programming on the Mac L37 - Unions
How to use unions in C. Also using them inside structs.
-
C Programming on the Mac L36 - Reading Files
An introduction to reading files into your programs.
-
C Programming on the Mac L35 - Linked Lists (3)
Part 3 of Linked Lists in C. Subscribe to AppleProgramming for frequent video updates.
-
C Programming on the Mac L34 - Linked Lists (2)
Part 2 of Linked Lists in C. Subscribe to AppleProgramming for frequent video updates.
-
C Programming on the Mac L33 - Linked Lists
An introduction to linked lists in C. Subscribe to AppleProgramming for the latest updates.
-
C Programming on the Mac L32 - Structs
An introduction to structs (structured type) in C.
-
-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L31 - Multidimensional Arrays
How to create and use multidimensional arrays in a program.
-
C Programming on the Mac L30 - Creating header files
How to create your own header files
-
C Programming on the Mac L29 - Comparing strings
How to compare strings in C. //Note: strcmp returns either a -1, 0, or 1. Strncmp should also be used for buffer overflow purposes however it is...
-
C Programming on the Mac L28 - Do while loop
This is a tutorial on the do while loop in C.
-
C Programming on the Mac L27 - Switch Statement
In this tutorial I cover the switch statement which is very similar to the if statement.
-
C Programming on the Mac L26 - Global Variables
In this tutorial I cover the use of global variables in C. Global pointers will be talked about later on but for now globals aren't good to rely on.
-
C Programming on the Mac L25 - Math Functions
I go over the standard math library in C and cover some basic functions.
-
C Programming on the Mac L24 - Type sizes
In this tutorial I cover more on type sizes and using the sizeof function.
-
-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L25 - Math Functions
I go over the standard math library in C and cover some basic functions.
-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L23 - Bits and Bytes
In this tutorial I cover what number values different types can hold.
-
C Programming on the Mac L22 - More on fgets
We learn more about some of the downfalls of fgets, but also how to resolve them.
I want to get your opinion on new topics, place your suggestions ...
-
C Programming on the Mac L21 - Intro to fgets and text string details
In this tutorial I explain how text strings work in detail and introduce the fgets function for inputting text.
The buffer graphic: http://goo.gl/Z...
-
C Programming on the Mac L20 - Text Input
In this tutorial I introduce taking in text from the console and storing it in the program.
Please leave your suggestions at http://www.youtube.com...
-
C Programming on the Mac L19 - Intro to Input
This tutorial is an introduction to input in C. More tutorials for input on the way.
-
C Programming on the Mac L18 - #define
In this tutorial I explain how the #define directive works in C.
-
C Programming on the Mac L17 - Random Numbers
In this tutorial we see how to create random outcomes on computers.
-
C Programming on the Mac L16 - Arrays
In this tutorial I introduce arrays in C, it's just a nice way to understand the basic concepts.
Lessons 1-14 Test - http://dl.dropbox.com/u/494316...
-
-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L15 - Characters
In this tutorial I introduce you to characters in C.
ASCII character set - http://www.danshort.com/ASC...
-
C Programming on the Mac L14 - Pointers in Functions
In this tutorial I teach you how to use pointers in your functions to change the values of a variable in the main function.
-
C Programming on the Mac L13 - Intro to Pointers
In this tutorial I introduce the concept of pointers.
-
C Programming on the Mac L12 - Function Returns
In this tutorial I teach you how to return information to the main function.
-
C Programming on the Mac L11 - Function Parameters
In this tutorial I cover function parameters and "parameter passing".
-
C Programming on the Mac L10 - For Loop
In this tutorial I cover the For Loop and how its similar to the While Loop.
-
C Programming on the Mac L9 - While Loop
In this tutorial I cover the while loop.
Check out the Lessons 1 - 7 link, as well as the other videos if you have not already. Lessons 1-7 Test -...
-
C Programming on the Mac L8 - Booleans and Logical Operators
In this tutorial I go over boolean expressions as well as logical operators.
Check out the Lessons 1 - 7 link, as well as the other videos if you h...
-
-
jaeveedee added to a playlist 3 months ago
C Programming on the Mac L7 - If Statement
In this tutorial I go over the If Statement and how it works. Lessons 1-7 Test - http://db.tt/0QaW4Im
C Operator Reference: http://goo.gl/C3SpX
-
C Programming on the Mac L6 - Operators
In this tutorial I cover basic math operators and how to use them in programming
-
C Programming on the Mac L5 - Variables
In this tutorial I cover different variable types as well as printing their values. I apologize for sounding sick in this video.
-
C Programming on the Mac L4 - Functions
In this tutorial I cover functions and how they are used in c
-
C Programming on the Mac L3 - Basics & printf
In this tutorial I cover the basic structure of a program as well as the printf function
-
C Programming on the Mac L2 - Using Xcode
In this tutorial we explore how to create a new project and begin to use Apple's Xcode IDE.
-
C Programming on the Mac L1 - Downloading the Tools
In this tutorial I cover how to download the tools necessary (xcode) to begin programming on the mac
http://developer.apple.com/ -- Apple dev site
-