by Wahid Tanner | Sep 25, 2019
https://www.takeupcode.com/podcast-player/4666/261-cppcon-interview-with-conor-hoekstra-about-c-algorithms-and-ranges.mp3Download file | Play in new window | Duration: 11:57 | Recorded on September 20, 2019Subscribe: Apple Podcasts | Google Podcasts | Podbean |...
by Wahid Tanner | Sep 25, 2019
https://www.takeupcode.com/podcast-player/4656/260-cppcon-interview-with-josh-lospinoso-about-the-book-c-crash-course.mp3Download file | Play in new window | Duration: 11:32 | Recorded on September 19, 2019Subscribe: Apple Podcasts | Google Podcasts | Podbean |...
by Wahid Tanner | Sep 24, 2019
https://www.takeupcode.com/podcast-player/4648/258-cppcon-interview-with-nicolai-josuttis-about-how-the-c-standardization-has-changed-over-the-years.mp3Download file | Play in new window | Duration: 13:59 | Recorded on September 17, 2019Subscribe: Apple Podcasts |...
by Wahid Tanner | Sep 2, 2019
https://www.takeupcode.com/podcast-player/4440/253-creative-ways-to-use-cpp-curly-braces-beyond-just-functions-and-loops.mp3Download file | Play in new window | Duration: 6:45 | Recorded on September 2, 2019Subscribe: Apple Podcasts | Google Podcasts | Podbean |...
by Wahid Tanner | Sep 2, 2019
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...
by Wahid Tanner | Mar 13, 2019 | Code
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...
by Wahid Tanner | Sep 17, 2018
https://www.takeupcode.com/podcast-player/1287/243-how-to-install-linux-gcc-gdb-git-cmake-llvm-clang-boost-sfml-codelite-sublime-text-3-and-dropbox-on-a-140-lenovo-ideapad-120s.mp3Download file | Play in new window | Duration: 11:27 | Recorded on September 17,...
by Wahid Tanner | May 28, 2018 | Code
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...
by Wahid Tanner | Jun 20, 2016
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...
by Wahid Tanner | Jun 16, 2016
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...
by Wahid Tanner | Jun 9, 2016
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...
by Wahid Tanner | May 19, 2016
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...
by Wahid Tanner | May 18, 2016
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...
by Wahid Tanner | May 16, 2016
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...
by Wahid Tanner | Mar 17, 2016
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...
by Wahid Tanner | Mar 4, 2016
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...
by Wahid Tanner | Feb 18, 2016
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#...
by Wahid Tanner | Feb 15, 2016
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...
by Wahid Tanner | Feb 3, 2016
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,...
by Wahid Tanner | Feb 1, 2016
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...