Experiences in Teaching Modern C++ to Beginners
Offered By: CppNow via YouTube
Course Description
Overview
Explore experiences and methodologies for teaching modern C++ to beginners in this conference talk from CppNow 2019. Learn how Ryan Dougherty, a Ph.D. candidate at Arizona State University, updated the Principles of Programming in C++ course (CSE100) to include concepts from C++11, C++14, and C++17. Gain insights into effective approaches for introducing freshmen and novice programmers to contemporary C++ features. Discover strategies for structuring coursework, utilizing compilers, and designing assignments that engage students with no prior programming experience. Benefit from Dougherty's reflections on best practices, lecture techniques, and tips for educators aiming to bring C++ programming into the modern spotlight. This talk offers valuable perspectives for future educators and communicators seeking to enhance C++ instruction for beginners.
Syllabus
Introduction
Who am I
The Class
The Syllabus
Why Auto
Workload
Best Practices
Lecture
Compilers
Assignments
Alpha Bear
Insights
Tips
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube