fbpx
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

239: What 20 Percent Of Topics Should You Focus On?

https://www.takeupcode.com/podcast-player/1241/239-what-20-percent-of-topics-should-you-focus-on.mp3Download file | Play in new window | Duration: 6:02 | Recorded on July 23, 2018Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThere’s a lot you...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

219: C++ RAII Sounds Complicated But Simplifies Your Code.

https://www.takeupcode.com/podcast-player/680/219-c-raii-sounds-complicated-simplifies-code.mp3Download file | Play in new window | Duration: 8:22 | Recorded on January 22, 2018Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherResource allocation is...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

139: Data Types: C++ Decltype. Declared Types.

https://www.takeupcode.com/podcast-player/537/139-data-types-cpp-decltype-declared-types.mp3Download file | Play in new window | Duration: 9:06 | Recorded on July 11, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherSometimes you need to declare a...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

127: Data Types: Smart Pointers Part 2.

https://www.takeupcode.com/podcast-player/517/127-data-types-smart-pointers-part-2.mp3Download file | Play in new window | Duration: 12:49 | Recorded on June 20, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe C++ language guarantees that...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

QA Friday 2016-Jun-17

https://www.takeupcode.com/podcast-player/516/qa-friday-2016-jun-17.mp3Download file | Play in new window | Duration: 6:37 | Recorded on June 17, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is runtime binding? Runtime binding is a concept...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

126: Data Types: Smart Pointers Part 1.

https://www.takeupcode.com/podcast-player/514/126-data-types-smart-pointers-part-1.mp3Download file | Play in new window | Duration: 8:45 | Recorded on June 16, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe C++ language guarantees that...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

QA Friday 2016-Jun-10

https://www.takeupcode.com/podcast-player/509/qa-friday-2016-jun-10.mp3Download file | Play in new window | Duration: 7:21 | Recorded on June 10, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhen should I use a reference and when should I use a...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

108: Data Types: Ints Part 1.

https://www.takeupcode.com/podcast-player/482/108-data-types-ints-part-1.mp3Download file | Play in new window | Duration: 12:15 | Recorded on May 17, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherYou’ll probably have one or more ints in...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

77: Design Patterns: Observer.

https://www.takeupcode.com/podcast-player/434/77-design-patterns-observer.mp3Download file | Play in new window | Duration: 11:55 | Recorded on March 23, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is the observer design pattern? The...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

72: Design Patterns: Command.

https://www.takeupcode.com/podcast-player/426/72-design-patterns-command.mp3Download file | Play in new window | Duration: 10:47 | Recorded on March 15, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe command behavioral pattern allows you to...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

61: Design Patterns: Prototype.

https://www.takeupcode.com/podcast-player/408/61-design-patterns-prototype.mp3Download file | Play in new window | Duration: 11:00 | Recorded on February 24, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe prototype creational pattern is great...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

45: Collections: Iterators Part 1.

https://www.takeupcode.com/podcast-player/381/45-collections-iterators-part-1.mp3Download file | Play in new window | Duration: 11:37 | Recorded on January 27, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherIterators give you the ability to...
219: C++ RAII Sounds Complicated But Simplifies Your Code.

42: Collections: Left-Child Right-Sibling Tree.

https://www.takeupcode.com/podcast-player/373/42-collections-left-child-right-sibling-tree.mp3Download file | Play in new window | Duration: 10:50 | Recorded on January 21, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherA game that only has one...
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

12: References Are More Than Just Pointers.

https://www.takeupcode.com/podcast-player/285/12-references-are-more-than-just-pointers.mp3Download file | Play in new window | Duration: 7:17 | Recorded on December 1, 2015Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThis episode explains where...
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

11: There’s A Method For All This.

https://www.takeupcode.com/podcast-player/282/11-theres-a-method-for-all-this.mp3Download file | Play in new window | Duration: 11:26 | Recorded on November 30, 2015Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWe talk about methods in this episode....
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

10: Double Pointers! The Pattern Continues.

https://www.takeupcode.com/podcast-player/275/10-double-pointers-the-pattern-continues.mp3Download file | Play in new window | Duration: 9:57 | Recorded on November 26, 2015Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherA double pointer is nothing...
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

9: Pointer Arithmetic. This Is Easy!

https://www.takeupcode.com/podcast-player/274/9-pointer-arithmetic-this-is-easy.mp3Download file | Play in new window | Duration: 8:06 | Recorded on November 25, 2015Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherNow that you know how a pointer can be...
241: How To Use Raw Pointers Properly And Still Avoid Crashes.

8: Pointers! Computers Use Them Too.

https://www.takeupcode.com/podcast-player/272/8-pointers-computers-use-them-too.mp3Download file | Play in new window | Duration: 6:50 | Recorded on November 24, 2015Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherIf there’s one thing that scares...