fbpx
261: CppCon: Interview With Conor Hoekstra About C++ Algorithms And Ranges.

251: What Happens When Code Has Undefined Behavior?

https://www.takeupcode.com/podcast-player/4435/251-what-happens-when-code-has-undefined-behavior.mp3Download file | Play in new window | Duration: 7:37 | Recorded on September 2, 2019Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat happens when...
C++ operator precedence chart in detail

C++ operator precedence chart in detail

This is a chart I combined from various sources online and from books. You can use it to better understand which operators C++ will apply before others whenever you have an expression containing multiple operators. Most other charts say that you can override the order...
Hello World explained line by line

Hello World explained line by line

I’m a big fan of starting out simple and building up from there. And it’s harder to get any simpler than a “Hello, World!” application. Even here, if you really think about it, there’s a lot going on. So I decided to annotate this for...
127: Data Types: Smart Pointers Part 2.

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...
127: Data Types: Smart Pointers Part 2.

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...
127: Data Types: Smart Pointers Part 2.

122: Data Types: DateTimes Part 5 C++.

https://www.takeupcode.com/podcast-player/508/122-data-types-datetimes-part-5-cpp.mp3Download file | Play in new window | Duration: 11:51 | Recorded on June 9, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherDateTimes in C++ require quite a bit of...
127: Data Types: Smart Pointers Part 2.

110: Data Types: Void And Bool.

https://www.takeupcode.com/podcast-player/485/110-data-types-void-bool.mp3Download file | Play in new window | Duration: 12:02 | Recorded on May 19, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherVoid and bool are simple types that you can use...
127: Data Types: Smart Pointers Part 2.

109: Data Types: Ints Part 2.

https://www.takeupcode.com/podcast-player/483/109-data-types-ints-part-2.mp3Download file | Play in new window | Duration: 16:40 | Recorded on May 18, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherYou’ll probably have one or more ints in...
127: Data Types: Smart Pointers Part 2.

107: Data Types: Chars And Bytes.

https://www.takeupcode.com/podcast-player/481/107-data-types-chars-bytes.mp3Download file | Play in new window | Duration: 10:41 | Recorded on May 16, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherChars and bytes form some of the most basic data...
127: Data Types: Smart Pointers Part 2.

74: Design Patterns: Iterator.

https://www.takeupcode.com/podcast-player/429/74-design-patterns-iterator.mp3Download file | Play in new window | Duration: 9:52 | Recorded on March 17, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is the iterator design pattern? The...
127: Data Types: Smart Pointers Part 2.

QA Friday 2016-Mar-04

https://www.takeupcode.com/podcast-player/418/qa-friday-2016-mar-04.mp3Download file | Play in new window | Duration: 8:45 | Recorded on March 4, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is the rule of three? And related to this: What...
127: Data Types: Smart Pointers Part 2.

58: C++ Templates. Types And Values.

https://www.takeupcode.com/podcast-player/403/58-cplusplus-templates-types-and-values.mp3Download file | Play in new window | Duration: 11:46 | Recorded on February 18, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherBoth C++ templates and C#...
127: Data Types: Smart Pointers Part 2.

55: C++ Exceptions. Cannot Be Ignored.

https://www.takeupcode.com/podcast-player/399/55-c-exceptions-cannot-be-ignored.mp3Download file | Play in new window | Duration: 14:22 | Recorded on February 15, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherErrors will happen. The question is...
127: Data Types: Smart Pointers Part 2.

49: C++ Preprocessor. This Is Old Magic.

https://www.takeupcode.com/podcast-player/387/49-c-preprocessor-this-is-old-magic.mp3Download file | Play in new window | Duration: 12:28 | Recorded on February 3, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe preprocessor is old, primitive,...
127: Data Types: Smart Pointers Part 2.

47: Operators. Who Goes First?

https://www.takeupcode.com/podcast-player/385/47-operators-who-goes-first.mp3Download file | Play in new window | Duration: 11:49 | Recorded on February 1, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherProgramming languages have a lot of...