Re: A[x][y][z]
- From: sterten@xxxxxxx
- Date: 30 Sep 2005 03:28:05 -0700
what I had in mind and meant with "pre-compiler" or "preprocessor"
is a small utility which reads the C-"source" containing A[x,y]
or int A[n] and converts it into another C-source-file
where A[x,y] is converted into A[x][y] and int A[n]; into
int A[n+1] and maybe some other things too.
This can't be so difficult to write and probably already
exists somewhere ?!?
.
- Follow-Ups:
- Re: A[x][y][z]
- From: Keith Thompson
- Re: A[x][y][z]
- From: Roberto Waltman
- Re: A[x][y][z]
- From: Flash Gordon
- Re: A[x][y][z]
- References:
- A[x][y][z]
- From: sterten
- Re: A[x][y][z]
- From: Keith Thompson
- Re: A[x][y][z]
- From: Keith Thompson
- A[x][y][z]
- Prev by Date: Re: offsetof
- Next by Date: Re: offsetof
- Previous by thread: Re: A[x][y][z]
- Next by thread: Re: A[x][y][z]
- Index(es):