Re: enumeration variables
aarklon@xxxxxxxxx writes:
why is it written as sizes of enumeration variables are not
under the control of programmer after all as per my
understanding goes enumerations are integral data types,so
their size should be less than or equal to that of int isn' t
it???
The compiler gets to choose the particular type that a
enumeration type is compatible with. It's an integer type but
the programmer doesn't get to say which one.
--
"For those who want to translate C to Pascal, it may be that a lobotomy
serves your needs better." --M. Ambuhl
"Here are the steps to create a C-to-Turbo-Pascal translator..." --H. Schildt
.
Relevant Pages
- Re: Regarding EVALUATE TRUE
... where I built the Boolean truth table and simplification. ... understanding the outer EVALUATE first. ... Will Mr. Dashwood please step forward to apply his De Morgan's ... programmer "can be too clever for his own good", or more accurately, a ... (comp.lang.cobol) - Re: [OT] One for the iPhone/iTouch users
... This is something that is so far beyond my understanding it's ... he's a 'born programmer'. ... IDE button pusher for the X du jour is the ideal way of making making ... with those infinitely powerful machines we have these ... (uk.rec.motorcycles) - Re: [Lit.] Buffer overruns
... >> I (in my understanding) don't see any direct relevance ... If there are such textbooks, then I would think it's o.k. ... programmer, which a PL standard should avoid. ... (sci.crypt) - Re: Question about C#
... Given good understanding of Java and OOP principles, ... Secondly - So you think C# takes more control away from the Programmer? ... and a short introduction to the language may be found here: ... (microsoft.public.dotnet.languages.csharp) - Re: Question about Instruction Format (ModR/M)
... Understanding the problem _IS_ to find the solution. ... pushes to start from the problem, and to bend the solution to ... we will find a pretty near perfect programmer. ... One who understands HW, and code optimizations, has long experience with DOS, and who has reversed and understood all the specs of the machine, and who is not afraid of contradicting himself, and who in addition can both organize and write readble code, find original solutions, and are an ethical person with great ability for selling his solutions and documenting his progress for others... ... (alt.lang.asm) |
|