Re: function
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sat, 31 May 2008 12:37:08 -0400
Bill Cunningham wrote:
.... snip ...
While(num--) What's that? Is that the same as what I was thinking here.
That means while the expression num-- is non-zero, do the
following. The expression value is num before decrementing it.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
** Posted from http://www.teranews.com **
.
- Follow-Ups:
- Re: function
- From: Bill Cunningham
- Re: function
- References:
- function
- From: Bill Cunningham
- Re: function
- From: Joachim Schmitz
- Re: function
- From: Bill Cunningham
- function
- Prev by Date: Re: How to print an array of char backward.
- Next by Date: Re: strtok question
- Previous by thread: Re: function
- Next by thread: Re: function
- Index(es):
Relevant Pages
|