- Getting started
- Working with strings and if statements
- Looping and working with batches of data
- Organizing programs
- Organizing data and using sequential containers
- Using library algorithms
- Code Examples Download
What you'll learn
Description
This course is for beginners who want to get started writing programs in C++, taught by Jeremy Siek, a professor at the University of Colorado. No prior knowledge of C++ is assumed. The course is based on the excellent textbook Accelerated C++ by Andrew Koenig and Barbara E. Moo. Like the textbook, the course quickly dives into problem solving and making use of the C++ standard library, including strings, vectors, and lists. The emphasis is on teaching you the parts of C++ that you will most likely need in your day-to-day programming. This course is Part 1 of a planned two-part sequence. Part 1 covers the first seven chapters of Accelerated C++, in particular, Chapters 0 through 6. The course consists of six videos of 50-60 minutes each.
Part 2 of the course, forthcoming, will cover the second half of Accelerated C++, including how to write your own classes and generic functions.
Other Courses

Intro to ISO 55000 Education and Training
Overview of individual training and certification in the ISO 55000 standards

Interactive Online Teaching with Demo
Interactive and effective teaching methods for school/college teachers along with a demonstration of free online tools

Fall Prevention and Management in Emergency Medical Services
Doctoral Capstone Project
About the instructors

- 4.25 Calificación
- 112846 Estudiantes
- 1 Cursos
Jeremy Siek
Professor at Indiana University
Jeremy Siek is an Associate Professor at Indiana University Bloomington. Jeremy teaches courses on programming, algorithms, compilers, logic, and mathematics. Jeremy's interests include generic programming, programming language design, type systems, and high-performance programming. Jeremy's Ph.D. thesis laid the foundation for constrained templates, aka the "concepts" proposal for C++. Prior to that, Jeremy developed the Boost Graph Library, a C++ generic library for graph algorithms and data structures. Jeremy post-doc'd at Rice University where he developed the idea of gradual typing: a type system that integrates both dynamic and static typing in the same programming language. Jeremy is currently working on a gradually-typed version of Python, a language for reflective meta-programming, a version of concepts for Chapel, and a domain-specific compiler for generating memory-efficient linear algebra kernels. In 2009 Jeremy received the NSF CAREER award to fund his project: "Bridging the Gap Between Prototyping and Production". In 2010 Jeremy was awarded a Distinguished Visiting Fellowship from the Scottish Informatics & Computer Science Alliance.
Student feedback
Course Rating
Reviews
Awesome course so far. Discussion questions were the best. There was a big leap during the course, when it shifted gears to much advanced code very quickly during the student grade example, that took me by surprise, but overall great value.
Good Course
This just doesn't seem like a good intro class, it seems like I should already know how to code.. The teacher does not seem to have a clear plan of where he's going, just an outline.
code not working on my device; slightly too technical and i would prefer more pratice