Re: return return new int[] { pounds, shilings, pence}; to main
From: Jonathan Mcdougall (jonathanmcdougall_at_DELyahoo.ca)
Date: 10/08/03
- Next message: Jonathan Mcdougall: "Re: [OT, FAQ, link] Debug request"
- Previous message: jeffc: "Re: [OT, FAQ, link] Debug request"
- In reply to: osmium: "Re: return return new int[] { pounds, shilings, pence}; to main"
- Next in thread: Stefan Höhne: "Re: return return new int[] { pounds, shilings, pence}; to main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 8 Oct 2003 15:59:56 -0400
> > > (void) to represent empty argument list is considered (by
> > > most of the people) bad style in C++
> >
> > Can you post a reference to legitimate survey results to back up your
> > "most of the people" claim?
I don't think there was ever a survey on that, would be a great idea.
Please, have a look on google's archive for something like
"c++ void parameter list" and you will be able to see that, in the
C++ community, it is generally considered bad style.
I have no more proof than that.
Jonathan
- Next message: Jonathan Mcdougall: "Re: [OT, FAQ, link] Debug request"
- Previous message: jeffc: "Re: [OT, FAQ, link] Debug request"
- In reply to: osmium: "Re: return return new int[] { pounds, shilings, pence}; to main"
- Next in thread: Stefan Höhne: "Re: return return new int[] { pounds, shilings, pence}; to main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|