Take Up Code Podcast
1) 262: How To Code C++ V1 Book Intro
This is the first in a series of comments about the book “How To Code C++ From a Simple Idea To a Game You’ll Understand!” Each episode will be short and focused. You can watch the v...Show More
2) 261: CppCon: Interview With Conor Hoekstra About C++ Algorithms And Ranges.
This is an interview with Conor Hoekstra about C++ algorithms and ranges. Conor presented my favorite talk at CppCon 2019 called Algorithm Intuition. I asked him to talk about algorithms on this podca...Show More
261: CppCon: Interview With Conor Hoekstra About C++ Algorithms And Ranges.
11:57 | Sep 25th, 2019
3) 260: CppCon: Interview With Josh Lospinoso About The Book C++ Crash Course.
Josh Lospinoso discusses his new book C++ Crash Course. This is a book with a focus on C++17 written with a desire to simplify and make it easy for you to learn C++. I got this book during the CppCon ...Show More
260: CppCon: Interview With Josh Lospinoso About The Book C++ Crash Course.
11:32 | Sep 25th, 2019
4) 259: CppCon: Interview With Asad Naweed About Augmented Reality.
This is an interview with Asad Naweed about augmented reality. I met Asad at CppCon in 2019 when he asked some questions at one of the presentations I also attended. We started talking at first about ...Show More
5) 258: CppCon: Interview With Nicolai Josuttis About How The C++ Standardization Has Changed Over The Years.
This is an interview with Nicolai Josuttis about how the C++ standardization process has changed over the years. You can find more information about Nicolai at his website http://www.josuttis.com I fi...Show More
6) 257: CppCon: Interview With Sean Hale About Becoming A Software Developer Without A Degree In Computer Science.
This is an interview with Sean Hale about how he got into computers and then turned a degree in literature into a job as a software development engineer. I met Sean at CppCon in 2019 and asked him to ...Show More
7) 256: What Is Hurting Your Effort To Learn Coding? How To Improve Your Learning With One Simple Trick I Discovered By Accident.
Is there something you can do that will help you learn coding? When learning something new, it helps to focus on associations, especially opposites. It’s hard to learn separate facts and ideas. ...Show More
8) 255: How To Avoid Small Choices And Design Your Application To Scale Big.
How do you design your application so it scales well to a big size? Scaling needs to be verified early in the design to prevent costly mistakes that usually appear later. You can scale in many ways. ...Show More
9) 254: GameDev: How To Use Noise To Procedurally Generate Maps And Landscape.
How do you create unique and random game worlds and maps? Unique and random game maps and worlds can be created procedurally in code using noise. The noise is good for simulating nature because it pro...Show More
254: GameDev: How To Use Noise To Procedurally Generate Maps And Landscape.
11:10 | Sep 3rd, 2019
10) 253: Creative Ways To Use C++ Curly Braces Beyond Just Functions And Loops.
This episode will explain how you can use curly braces in C++ to create a new scope. You can use this ability to control name visibility and reduce name conflicts. And you can also use curly braces to...Show More
253: Creative Ways To Use C++ Curly Braces Beyond Just Functions And Loops.
06:45 | Sep 3rd, 2019