Site Map site map

Learn How to Program in C

by Dr. Kristin Switala


Introduction

Directives and Functions

Lesson

Review

Projects


Variables

Declaring Variables, Integers, Working with Viewer Input, and Arithmetic Operators

Lesson

Review

Projects

Floating Point Variables, Working with Money, Viewer Input with Float, Constants

Lesson

Review

Projects

Short and Long Integers, Double and Long Double Floating Points

Lesson

Review

Projects

Characters and Strings

Lesson

Review

Projects


Conditionals

Simple Conditional, Nested Conditional

Lesson

Review

Projects

Special Operators (Logical and Conditional)

Lesson

Review

Projects

Switch (Multiple Conditions)

Lesson

Review

Projects


Loops

While Loops

Lesson

Review

Projects

Increment and Decrement, The For Statement, Simple For Loops

Lesson

Review

Projects

For Loops Listing Numbers and Characters, Pictures, Decrement For Loop

Lesson

Review

Projects

Infinite Loops, Nested For Loops

Lesson

Review

Projects


Arrays

Initializing Arrays, Isolating Elements, Calculations from an Array

Lesson

Review

Projects

Arrays and Loops

Lesson

Review

Projects

Array of Arrays

Lesson

Review

Projects

Size of an Array, Size of an Element, Counting Array Elements

Lesson

Review

Projects


Pointers

Computer Number Systems

Lesson

Review

Projects

Information Storage, Variable Addresses, Addresses and Viewer Input, Addresses and Loops

Lesson

Review

Projects

Declaring Pointers, Incrementing Pointers, Using a Pointer to Change the Value of a Variable

Lesson

Review

Projects


Strings

Declaring Strings, Viewer Input with Strings, Functions: gets and puts, String Arrays

Lesson

Review

Projects

C String Library Functions: strcpy, strlen

Lesson

Review

Projects

More Library Functions: strcmp, stricmp, strcat, strstr

Lesson

Review

Projects

Character Type Library Functions: isalpha, isdigit, isupper, islower

Lesson

Review

Projects


Functions

Types of Functions, Built-in Functions, User-Defined Functions

Lesson

Review

Projects

Functions and Viewer Choices

Lesson

Review

Projects


Credits

Back to the Introduction

Copyright © 2001 Kristin Switala

Hosted by www.Geocities.ws

1