Toggle navigation
COP3014
Home
Syllabus
Lectures
Lectures
Introduction to C++
C++ Basics Part 1
C++ Basics Part 2
Control Structures - Selection
Control Structures - Repetition
Functions
Random Number Generation
Function Overloading/Default Params
Pass by Reference
Array Basics
Arrays and Functions
Formatting Output Streams
Strings (c-strings)
cctype library
String Objects
Pointers 1
Pointers 2
Dynamic Memory Allocation
Lectures (cont)
Lectures 2nd set
Basic File I/O and Stream Objects
I/O Streams -- Other Features
Structures Part 1: Intro
Structures Part 2: More about structs
Enumerations
Reviews
Homeworks
Homework Info
Header and RULES for all HWs
STYLE GUIDELINES for Code
Introduction to C++ Programming, Instructor: Melina Myers (Vastola)
Week/Dates
Topics/Lectures
Reading and Homework Assigments
C++ Resources and Helpful Links
OnlineGDB
- A great Online Compiler that you can use if needed.
The 2019 ACM Spring Programming Contest Problems
Example past programming contest problems
cplusplus.com
-- a very good C++ reference page
Unix Basics Tutorial