170 Archives

Homeworks| Flowcharts| Notes| Labs| Programming Assingments| C++ Examples

Homeworks

My Name Is
What is it? #1
What is it? #2
What is it? #3
What is it? #4
Validate Date HW
Prime Factors HW
Drill HW
Binary and Hex Worksheet
Top

Flowcharts

x^y flowchart
x factorial flowchart
leap year flowchart
LCM flowchart 1
LCM flowchart 2
LCM flowchart 3
LCM flowchart 4
Average Flow Chart
Times Table Flow chart
GCD
Binary To Decimal
Decimal To Binary
Top

Notes

CS History
math.h
time.h
vi Cheat Sheet
Unix and DOS
A Quick History of UNIX
A Brief History of C++
Sorting Notes
Bubble Sort Diagram
Array Dimensions
string data type (McCown's Notes)
Data Storage
sizeof Struct
Top

Labs

OverFlow Lab
Area of Rectangle
Lab 1 (First c++ program using Visual Studio)
Lab 2 Write the code for each flowchart
Lab 3 “Pepsi Challenge” taste test
Function Lab (Fraction Calculator)
Function Lab (Fraction Calculator) - Start Code
1D Arrays (Dice rolls)
1D Arrays (Sneakers)
string sorting assignment
Validate String Date
Hangman
Hangman Start.cpp
Struct Lab (Radio)
Top

Programming Assignments

Satellite
Credit Card
GPA
Altars
Amoritaztion
SPARC
Checks (Using Sound files)
Hangman (c-style Strings)
Connect 4
Matrix
Knights Tour
Roman Numerals
Sorting | Sorting Test
Pig Latin
Attendance Recorder
Class Scheduler
Test Wtiter & Test Taker
Typing Test
Mail Merge
bmp editor
Top

C++ Examples

Control Structures
do while
for
if
if else if
while
Average Example (While and If Review)
Console output formatting & precision
Falling Object.cpp
Falling Object (Precision and Column Example)
Battle (by John Barkley)
Display Money.cpp
Precision
Multiplication Table
Display Flashing Text
bit-wize operations
Tic Tac Toe
TicTacToe Example(With functions 2004)
Tic Tac Toe (Fall 2005)
Tic Tac Toe (Spring 2006)
Swapping
4 ways to Swap
Functions
void beep(int timesToBeep) // function with 1 parameter
void displayPower(float x, int y) // function with 2 parameters
float absoluteValue( float x )
float squareRoot(float x)
int max(int x, int y)
int min(int x, int y)
void swap(int& x, int& y)
Switch
switch with integers
menu (switch with characters)
ternary operator
ternary
Typecasting
typeCasting.cpp
Random numbers
1000 random numbers.cpp
random numbers
1D Arrays
array initialization
arrays & functions
2D Arrays
TicTacToe Example
2D Array Gradebook
3D Arrays
Array Functions
3D Array Fill And Dispaly
3D Arrays
2&3D Array Functions
3D Array Gradebook
Sorting
Selection Sort
Insertion Sort
C-Style strings
c-string declaration
c-string cin >>
String getline (built in)
C-Style string functions (just to learn how they work)
c-string getLine
c-string length
c-string copy
c-string concatinate
c-string same
c-string sameCaseInsensitive
c-string containsChar
c-string indexOfChar
c-string reverse
c-string replace
swap names
string occurances
C-Style string built in functions
cin.getline example
strlen
strcpy_s
strncpy_s
strcat_s
strncat_s
strcmp
strtok_s
_stricmp
strncmp
_strnicmp
strchr
strstr
itoa
Arrays of Strings
Door Prize
Knights Tour Solutions
Knights Tour.cpp
Knights Tour Random.cpp
Knights Tour Accessibility.cpp
Knights Tour Solutions
Pointers & Dynamic Memory
pointers with arrays
dynamic memory
Dynamic Name List
Structs
struct (Super Hero)
struct (student)
Arkansan Struct
File IO
file io
file input names
Address Book (Sequential-Access File)
binary file io
bit map start
Struct File Example
Safe IO
integer validation
Checkers
checkers user play
checkers random play.cpp
checkers tour play
checkers student ai
Sending an email
mail
c++ string class
String Examples
String Replace
other
Typing Race
Clay Bully
Command Line Arguments.cpp
Overloaded Functions
Top -->