Re: RunTime Datatype Determination in C
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 23 Nov 2006 15:38:54 GMT
In article <1164291520.554315.129740@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
manish <83.manish@xxxxxxxxx> wrote:
we have avariablr
int bps; // bps determined during run time
we want appropriate declaration depending upon bps.
I don't really see why you want to do this, but perhaps you could use
a union of the possible types, and access the appropriate member
depending on bps?
-- Richard
--
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
.
- Follow-Ups:
- Re: RunTime Datatype Determination in C
- From: Mathias Gaunard
- Re: RunTime Datatype Determination in C
- From: dbansal
- Re: RunTime Datatype Determination in C
- References:
- RunTime Datatype Determination in C
- From: manish
- RunTime Datatype Determination in C
- Prev by Date: Re: Interesting code
- Next by Date: Re: Installing gcc problem
- Previous by thread: Re: RunTime Datatype Determination in C
- Next by thread: Re: RunTime Datatype Determination in C
- Index(es):
Relevant Pages
|