Skip to main content
11 events
when toggle format what by license comment
Aug 20, 2020 at 23:38 comment added Gabriel Staples I think he said it just right. The true/false analogy isn't helpful for someone coming from a C background, as true/false in C are just macros defined in stdbool.h which do something like #define true 1 and #define false 0. So, are you saying nullptr is a macro? Is it an integer, like C's true/false? Is it just a zero (0)?--that would kind of defeat the whole purpose of nullptr, now, so that analogy to C++'s true/false really really muddles things up.
Feb 27, 2014 at 14:08 audit First posts
Feb 27, 2014 at 14:08
Feb 25, 2014 at 21:03 audit First posts
Feb 25, 2014 at 21:04
Feb 24, 2014 at 20:30 audit First posts
Feb 24, 2014 at 20:30
Feb 23, 2014 at 9:56 audit First posts
Feb 23, 2014 at 9:57
Feb 21, 2014 at 19:44 audit First posts
Feb 21, 2014 at 19:45
Feb 6, 2014 at 13:16 audit First posts
Feb 6, 2014 at 13:17
Feb 2, 2014 at 18:59 vote accept MWB
Feb 2, 2014 at 12:00 history edited Oliver Charlesworth CC BY-SA 3.0
added 8 characters in body
Feb 2, 2014 at 11:58 comment added Xeo More fitting comparision: true/false.
Feb 2, 2014 at 11:41 history answered Oliver Charlesworth CC BY-SA 3.0