Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2017Spring

01.09.17 - 05.07.17

C Language

CSCI2473

Monday Wednesday
10:00 AM - 11:20 AM

27 Examples available

Examples

Linked Lists

04.26.17

linked list example with add, show, and free functions

Passing Struct

04.24.17

passing structs and linked lists

More Structs

04.19.17

more cars, finished students, and music with structs in structs

Structs

04.17.17

simple structs and cars

fscanf and fgets

04.12.17

finished fscanf and working with fgets

More FileIO

04.10.17

command line arguments and fscanf

FileIO

04.05.17

echo file, write file, and copy example

Unbuffered IO

04.03.17

buffered vs unbuffered and readline function

Passing by Reference

03.27.17

pass by reference and bubble sort examples

More Functions

03.22.17

Passing and returning values

Simple Functions

03.20.17

lame math program, basic function structure, and passing single values

Arrays and Pointers

03.08.17

examples of using arrays as pointers

Month Names and Pointers

03.06.17

Month names example and beginning pointers

Arrays, String and Multi-D

03.01.17

arrays practice, strings as character arrays, and multidimensional array

Array Basics

02.27.17

using arrays and total and average example

Switches and Guessing Game

02.22.17

switch/case statements, break and continue, and the guessing game

Selection Structures

02.20.17

looping multiplication table example and if statements

Do While and For Loops

02.15.17

more looping examples with do/while and for

Basic While Loops

02.13.17

determinate and indeterminate loops

More Operators

02.08.17

miles to cm, seconds to times, and comparison operators

Operators

02.06.17

arithmetic, casting, and block operators

Strings and Constants

02.01.17

first and last name with strlen and constant variables and symbolic constants

Floats and Strings

01.30.17

Floating point types and strings

Int types and Casting

01.25.17

fixed miles to inches converted, int types, and characters

Variables, Input, and Datatypes

01.23.17

Convert miles to inches

Days Remaining

01.18.17

example with printf type specifiers and variables

Welcome to C!!!

01.11.17

our first C code example