[Issue 3847] To avoid a C code bug

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3847 Andrei Alexandrescu changed: What|Removed |Added Version|2.040 |D2 --

[Issue 3847] To avoid a C code bug

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #15 from BCS 2010-09-20 22:15:25 PDT --- (In reply to comment #11) > more > readable and less bug-prone operators. Franky I find the fact that && and || are not keywords make them *More* readable and as a result *Less* bug-prone.

[Issue 3847] To avoid a C code bug

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Brad Roberts changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #14 from Brad Rober

[Issue 3847] To avoid a C code bug

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3847] To avoid a C code bug

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #12 from Stewart Gordon 2010-09-20 18:04:33 PDT --- (In reply to comment #11) > Some C++ programmers don't even know about 'and' and 'or' because > the C++ compilers do nothing to suggest, encourage or force the > usage of those m

[Issue 3847] To avoid a C code bug

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #11 from bearophile_h...@eml.cc 2010-09-20 17:24:18 PDT --- (In reply to comment #10) > It sums up the typical attitude I've seen towards them. Some C++ programmers don't even know about 'and' and 'or' because the C++ compilers do

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #10 from Walter Bright 2010-05-03 21:14:14 PDT --- Just today on reddit I saw: "I'm a bit embarrassed that after 10 years with C++ I learned something from a 12-bullet post intended for those new to the language. I'm amazed to lea

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Ary Borenszweig changed: What|Removed |Added CC||a...@esperanto.org.ar --- Comment #9

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #8 fro

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #7 from bearophile_h...@eml.cc 2010-05-03 12:10:07 PDT --- In C++ no one used them. But it can be just a matter of nudging D programmers in the right direction with the style guide and commonly accepted idioms for writing D code fist

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3847] To avoid a C code bug

2010-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 --- Comment #4 from bearophile_h...@eml.cc 2010-05-03 10:45:16 PDT --- and, or operators exist in C++: http://en.wikipedia.org/wiki/Iso646.h This C++ code compiles: #include "stdio.h" #include "stdlib.h" int main() { bool a = atoi("1");

[Issue 3847] To avoid a C code bug

2010-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Stewart Gordon changed: What|Removed |Added CC||s...@iname.com --- Comment #3 from St

[Issue 3847] To avoid a C code bug

2010-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 BCS changed: What|Removed |Added CC||shro8...@vandals.uidaho.edu --- Comment #2 from

[Issue 3847] To avoid a C code bug

2010-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3847 Ellery Newcomer changed: What|Removed |Added CC||ellery-newco...@utulsa.edu --- Comme