WELCOME JAIME!

Contact Info

Instructor:
William Paul Royer

Email:
wroyer@csub.edu

Office:
Science III 339

Office Hours:

Monday 11:00am - 1:00pm
Wednesday 11:00am - 1:00pm
Friday 11:00am - 1:00pm


If you are unable to meet with me during my regularly scheduled office hours please contact me by e-mail and I will work with you to schedule a special time to meet.

Schedule

Date Lesson Plan
Week 1 Topics Review Syllabus
Course Overview
Intro to Odin, Linux, VIM
Computers, Software, Programming
Intro to C++
Identifiers, Variables, Constants
Operators, Punctuation, Syntax
Basic Output
Variables: Initialize, Assign, Access
Data Types: int, double
Expressions and Math



Week 1 Assignments Homework 1
Lab 1

Week 2 Topics Strings and Characters
Comments and Programming Style
Constants
Basic Input
Math, Precedence, Algebra Expressions
Advanced Assignment Operators
Using Functions
The <cmath> library
Relational Operators
The if statement
Week 2 Assignments Homework 2
Lab 2