Re: determining size of array of chars
- From: dehantonio <dehantonio@xxxxxxxxx>
- Date: Mon, 23 Aug 2010 08:00:02 -0700 (PDT)
On 23 Ago, 16:51, You're talkin 'bout China Blue Grove
<chine.b...@xxxxxxxxx> wrote:
This is an array of strings, not chars. A trick to get the length of an array AIn other words, it will not work with my code. Correct?
is
(sizeof A/sizeof A[0])
provided A is actually an array and not a pointer.
Said that, the answer is there is no way to get rid of the define in
my code?
.
- Follow-Ups:
- Re: determining size of array of chars
- From: Mark Bluemel
- Re: determining size of array of chars
- From: Francesco S. Carta
- Re: determining size of array of chars
- References:
- determining size of array of chars
- From: dehantonio
- determining size of array of chars
- Prev by Date: Re: determining size of array of chars
- Next by Date: Re: determining size of array of chars
- Previous by thread: Re: determining size of array of chars
- Next by thread: Re: determining size of array of chars
- Index(es):
Relevant Pages
|