www.indyed.com - IndyEd.com
Winter & Holiday Themed Unit Studies! Click Here

Intro to Programming in C++, Part 2 (Live)


Live
Intro to Programming in C++, Part 2 (Live)

Short Summary

A college-prep introductory course in computer programming, using the programming language C++. Part 2 of a 3 course sequence!

Class Information

$14.00
7
60
$98.00
From Ages 10 to 18

Availability

Contact instructor for scheduling. The course meets once per week. 

Times available during the day, afternoons and evenings.

Discounts given if you have a group of students interested in creating a class.

Description

Course Objective 

This course is an introduction to the problem-solving and programming methodologies that are fundamental to the study of computer science. Students gain considerable experience with fundamental language constructs and types, such as expressions, decisions, iteration, functions, structures, and strings. 

This course (and those to follow in the sequence) is modeled after a college-level class taught by this instructor but is accessible to students who have never programmed before. This is an excellent course for a student exploring the possibility of becoming a programmer or software engineer, or possibly pursuing a college degree in a Computer Science field.

At the end of each lesson is a programming project for students to work on. These projects are designed to give students practicing using the techniques covered in that lesson. 

Students are encouraged to reach out to the instructor with any questions they have about the lesson material or the project. The instructor will typically respond within 24 hours. Students are also encouraged to submit their project code, which the instructor will make comments on and suggest improvements, if needed. The project will be discussed at the beginning of each next lesson.

This course will cover the following topics: 

  • For Loops and Do-While Loops. After seeing what While Loops can do for us, we dive into several other looping structures like the for loop and the do-while loop. We compare the different types of loops and apply them to creating some fun games.
  • User-Defined Functions. Functions allow the programmer to package code in a reusable and efficient manner. If you find yourself using a similar chunk of code multiple times throughout your program, functions are the way to go!
  • Functions, Part 2 - variable scope. Now that we're comfortable creating and using our own functions, we talk about 'scope' - defining where variables exist and are visible.
  • Functions, Part 3 - reference parameters. Functions can accept data values to be passed in as parameters. C++ allows for different types of parameters to be used.
  • Arrays. We need to be able to store lists of values in an efficient way. Arrays allow us to store larger amounts of data as well as process or work with the data.
  • Arrays, Part 2 - Searching and stuff. Now that we're rocking the array, let's see what we can do with them. Search, sort, reverse, find max... and so much more!
  • Arrays and Functions, Recursion. Let's combine the idea of user-defined functions from a few lessons back with arrays and see how they can work well together. We also introduce an interesting programming topic - recursion. Allowing a function to call itself!

NOTE This course also has a Self-Paced option!

Related Posts


Intro to Programming in Java, Part 1 (Live)
Intro to Programming in Java, Part 1 (Live)
Intro to Programming in C++, Part 3 (Async)
Intro to Programming in C++, Part 3 (Async)
Intro to Programming in Python, Part 2 (Live)
Intro to Programming in Python, Part 2 (Live)
Intro to Programming in Python, Part 1 (Async)
Intro to Programming in Python, Part 1 (Async)
Intro to Programming in C++, Part 2 (Async)
Intro to Programming in C++, Part 2 (Async)

© 2025 All Rights Reserved