Computer Science 211 Fall 2023

Announcements:

Instructor Information:

S. Seth Long
Office: TJH 204
E-mail: sslong@lcsc.edu
Office Hours: Monday 2:00-3:00, Wednesday 11:00-12:00

Course Syllabus

Course Calendar

Videos

Examples

Upload completed projects and labs here

Projects

Project 1: Fast Trig by Precomputed Array
Project 2: Vocabulary Analysis
Project 3: Fish Counter
Project 4: Multithreaded Dictionary Attack

Lab Assignments

Lab 1: Building a Program and Data Type Sizes
Lab 2: Translating a Python program to C++
Lab 3: Practice with Loops
Lab 4: Writing Functions
Lab 5: Working with Arrays
Lab 6: Working with Pointers (and Arrays)
Lab 7: Using the Debugger
Lab 8: Heap-Allocated Memory
Lab 9: Adding to the Abstract Data Type Demo
Lab 10: Using C Strings
Lab 11: Using Recursion
Lab 12: Lambda Functions