Interactive C++ in a Jupyter Notebook Using Modules for Incremental Compilation
Offered By: CppNow via YouTube
Course Description
Overview
Explore interactive C++ programming in Jupyter notebooks using modules for incremental compilation in this conference talk from CppNow. Learn how modules can address deficiencies in existing interactive C++ environments like Cling, allowing for a computational chain where each notebook cell exports itself as a module for the next cell to import. Witness a live demonstration using a Docker image, with instructions provided for attendees to download and experiment with the notebook themselves. Gain insights into advanced C++ techniques from Steven R. Brandt, Assistant Director of Computational Science at Louisiana State University, as he presents this innovative approach to interactive C++ development.
Syllabus
Interactive C++ in a Jupyter Notebook Using Modules for Incremental Compilation - Steven R. Brandt
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