Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2017Fall

08.22.16 - 12.18.16

C Language

CSCI2473

Monday Wednesday
10:00 AM - 11:20 AM

29 Examples available

Examples

Linked List

12.07.16

More practice with linked lists

malloc

12.05.16

more struct work and malloc and free

Passing Structs

11.30.16

passing and returning structs

Structs

11.28.16

redoing the student grades example with structs

Broken Grades Example

11.21.16

Started CRUD Example

fgets

11.16.16

fun and games with the fgets function

Buff v Unbuff File IO

11.14.16

grade processor examples

Command Line Arguments

11.09.16

cla_example and copy example

File IO

11.07.16

echo and make alphabet examples

Buffered vs Unbuffered IO

11.02.16

putchar and getchar

More Functions and Pointers

10.31.16

passing and returning pointers and arrays

Passing by Value and Reference

10.26.16

examples of passing pointers and passing arrays

Passing and Returning

10.24.16

prompt_for_int and find_bigger

Pointers and Functions

10.19.16

reverse and array with pointers and beginning functions and header files.

Pointers

10.17.16

basics of pointers

More Arrays

10.12.16

Arrays vs Strings, vowel counter and days per month examples

Break, Continue, Beginning Arrays

10.10.16

example of using break and continue keywords and a start working with arrays

Simple Calc

10.05.16

example with a menu and a switch case structure

Basic Selection

10.03.16

if statements with and without else's, nested if's, and if's with loops. Guessing game and menu example included.

More Loops

09.28.16

do while, for, and nested loops

While Loops

09.26.16

comparison operators and simple while loops

Casting and Blocks

09.21.16

examples of seconds to hours, miles to cm, scope

Arithmetic Operators

09.19.16

basic operators and expressions

Strings and Constants

09.14.16

example of string, manifest constants, constant variables, and built-in constants

Character IO and Floats

09.12.16

examples with inputting characters and working with floating point numbers

Overflows and Chars

09.07.16

miles to inches example with overflow issue fixed and simple example of the char datatype

Integer Types

08.31.16

Working with integer family data types

Fixed Welcome and Datatypes

08.29.16

Fixed welcome example, variables, data types, and scanf

Broken Welcome Example

08.24.16

welcome to C example containing errors to be fixed