Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
April 16, 2004 Small irelivant bug? Mabey... | ||||
---|---|---|---|---|
| ||||
wcl. cbSize = WNDCLASSEX.sizeof; compiles ok. Surely the compiler should complain about the whitespace after the fullstop? chris |
April 16, 2004 Re: Small irelivant bug? Mabey... | ||||
---|---|---|---|---|
| ||||
Posted in reply to chris | Why? "chris" <news@flak.clara.co.uk> wrote in message news:c5pm5u$1p5q$1@digitaldaemon.com... > > wcl. cbSize = WNDCLASSEX.sizeof; > > compiles ok. Surely the compiler should complain about the whitespace after the > fullstop? > > chris > > |
April 16, 2004 Re: Small irelivant bug? Mabey... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | Because that is what i am used to with Delphi. If it is meant to be like that fair enough, i just wasnt expecting it. ;-) Do other languages allow whichspace after the fullstops? chris "Matthew" <matthew@stlsoft.org> wrote in message news:c5pmns$1q18$1@digitaldaemon.com... > Why? > > "chris" <news@flak.clara.co.uk> wrote in message news:c5pm5u$1p5q$1@digitaldaemon.com... > > > > wcl. cbSize = WNDCLASSEX.sizeof; > > > > compiles ok. Surely the compiler should complain about the whitespace > after the > > fullstop? > > > > chris > > > > > > |
April 16, 2004 Re: Small irelivant bug? Mabey... | ||||
---|---|---|---|---|
| ||||
Posted in reply to chris | chris wrote:
> Because that is what i am used to with Delphi. If it is meant to be like that
> fair enough, i just wasnt expecting it. ;-)
>
> Do other languages allow whichspace after the fullstops?
As far as I know, Delphi is the exception, not the rule. Python and the C-friends all allow whitespace both before and after the dot operator.
-- andy
|
April 16, 2004 Re: Small irelivant bug? Mabey... | ||||
---|---|---|---|---|
| ||||
Posted in reply to chris | "chris" <news@flak.clara.co.uk> wrote in message news:c5pnga$1r5h$1@digitaldaemon.com... > Because that is what i am used to with Delphi. If it is meant to be like that > fair enough, i just wasnt expecting it. ;-) > > Do other languages allow whichspace after the fullstops? > Java and also C++ allow this. Phill. > chris > > > > "Matthew" <matthew@stlsoft.org> wrote in message news:c5pmns$1q18$1@digitaldaemon.com... > > Why? > > > > "chris" <news@flak.clara.co.uk> wrote in message news:c5pm5u$1p5q$1@digitaldaemon.com... > > > > > > wcl. cbSize = WNDCLASSEX.sizeof; > > > > > > compiles ok. Surely the compiler should complain about the whitespace > > after the > > > fullstop? > > > > > > chris > > > > > > > > > > > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004 |
Copyright © 1999-2021 by the D Language Foundation