From: Joe Marshall (jmarshall at alum.mit.edu) Date: Fri Oct 16 15:50:28 EDT 2009 |
|
On Fri, Oct 16, 2009 at 12:29 PM, Morgan <lianciana at gmail.com> wrote: > > It just seems a bit unreasonable, c++ and java are entirely happy to > allow my superfluous parentheses I'm accustomed to using, it can make > the code easier to read after all. What compiler are you using? My C++ and Java compilers get all bent out of shape if there are superfluous parenthesis: int ma(in() )) { prin))tf("hello, wor(ld"); r)etu(rn 0;) }((( -- ~jrm
Posted on the users mailing list. |
|