by Wahid Tanner | Dec 18, 2015
https://www.takeupcode.com/podcast-player/315/qa-friday-2015-dec-18.mp3Download file | Play in new window | Duration: 8:44 | Recorded on December 17, 2015What are logical operators? I sometimes find this question asked online and thought it would be good to explore in...
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 January 31, 2016Programming languages have a lot of operators. More than most calculators anyway. Do you know what they are?...
by Wahid Tanner | Feb 2, 2016
https://www.takeupcode.com/podcast-player/386/48-chaining-operators-classes-calls.mp3Download file | Play in new window | Duration: 12:33 | Recorded on February 1, 2016Chaining is a common term that has several different meanings. This episode explains how you can use...
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 3, 2016What is the rule of three? And related to this: What is the rule of five? And what is the rule of zero? When you need...
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 18, 2016Void and bool are simple types that you can use with very little explanation. There are a few details that you...
by Wahid Tanner | Jun 14, 2016
https://www.takeupcode.com/podcast-player/512/124-data-types-streams-part-1.mp3Download file | Play in new window | Duration: 9:30 | Recorded on June 13, 2016Streams provide a way to read and write potentially unlimited information and working with them is very...
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...