Re: Promoting unsigned long int to long int
- From: jt@xxxxxxxxxxx (Jens Thoms Toerring)
- Date: 30 Jun 2008 16:44:02 GMT
pereges <Broli00@xxxxxxxxx> wrote:
On Jun 30, 8:49 pm, Keith Thompson <ks...@xxxxxxx> wrote:
These types already have perfectly good names already. Why give them
new ones?
No purpose really. Just that in some of my functions, there are too
many parameters already and the whole thing doesn't fit in single
line.
You don't have to put all arguments etc. on a single line, e.g.
void
quicksort( vector ** parent_vpa,
unsigned long left,
unsigned long right,
unsigned char axis )
will do nicely and may even increases readabilty (and there's
still space for adding a short comment;-)
Regards, Jens
--
\ Jens Thoms Toerring ___ jt@xxxxxxxxxxx
\__________________________ http://toerring.de
.
- Follow-Ups:
- Re: Promoting unsigned long int to long int
- From: pereges
- Re: Promoting unsigned long int to long int
- References:
- Promoting unsigned long int to long int
- From: pereges
- Re: Promoting unsigned long int to long int
- From: Keith Thompson
- Re: Promoting unsigned long int to long int
- From: pereges
- Promoting unsigned long int to long int
- Prev by Date: Re: Promoting unsigned long int to long int
- Next by Date: Re: OOP
- Previous by thread: Re: Promoting unsigned long int to long int
- Next by thread: Re: Promoting unsigned long int to long int
- Index(es):