Honors Software Development
Mr. Minich's Wyo Home Page       |       Wyomissing Area High School

General
Resources
Lecture
Notes
Demos Worksheets Projects

Course Description

Coding Standards

Calendar


Vocab Words

Essential Questions

Student Responsibilities

Exam Info

Visual C++ software

Free, online textbooks
C++ in 21 Days
Thinking in C++
C++ wiki book
Other books

Tutorials
cplusplus.com
learncpp.com
cprogramming.com

C++ code examples

codepad online compiler

PSU CMPSC 101

Former Wyo C++ course

SQL unit

 

Unit 1
compiler
variables

Unit 2
if statements
loops
functions
files

Unit 3
arrays
strings
char arrays


Unit 4
typedef
enum
struct
pointers
bitwise

Unit 5
classes
op overloading

Unit 6
function pointers
inheritance
polymorphism
virtual class
virtual functions
pure virtual functions
static member variables
static member functions

Unit 7
function templates
template classes
STL
vectors
lists
iterators
deques
stacks
priority queues
sets/multisets
maps/multimaps

STL algorithms

Unit 8
C
printf
scanf
fprintf
fscanf
input & output with C

Unit 9
Mobile Apps

Unit 1
hello world

Unit 4
typedef1
typedef2
enum1
struct1
struct2
struct3
struct4
enum & struct
pointers1
pointerstofxns1

Unit 5
classes1
classes2 part 1
classes2 part 2
classes2 part 3
copy constructor
listing 12-5
listing 12-6
listing 12-7
listing 12-8
listing 12-9
listing 12-10

Unit 6
listing 13-3
listing 13-4
listing 13-5
listing 13-6
listing 13-7
listing 13-9
listing 13-10
listing 14-5
listing 14-7
listing 14-8
listing 14-10
listing 14-11

Unit 7
function template
class template
listing 19-2 (class template)
STL vector demo 1
STL list demo 1
STL deque demo 1
STL stack demo 1
STL priority queue demo 1
STL set demo 1
STL map demo 1


Unit 4
typedef enum1
struct1
struct2
struct3
struct4
struct5
struct6
struct7
pointers1
pointers2
pointersRC1
pointersRC2
pointersRC3
bitwise1

Unit 5
classes1
classes2
classesRC1

Unit 7
STL Tracing Code 1
STL Tracing Code 2
STL Tracing Code 3
STL Writing Code 1

Unit 1 - 3
assignments

Unit 4
struct1
display bits
reverse bits

Unit 5
classes1
classes2 & 3
inheritance

Unit 6
Multiple Inheritance
Function Pointers

Unit 7

Word Frequency
Hash Table
Translation
Email Server
Calculator

Unit 8
scanf
fscanf

Unit 9
Mobile Apps Research

Miscellaneous
SQL