IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New What question is that?
By the way, I got a chuckle of the animal that O'Reilly chose to adorn the cover of its C-pigpen book:
[image|http://www.oreilly.com/catalog/covers/progcsharp3.s.gif||||]

That is a female peacock!

People got a sense o' humor, they got!
jb4
shrub\ufffdbish (Am., from shrub + rubbish, after the derisive name for America's 43 president; 2003) n. 1. a form of nonsensical political doubletalk wherein the speaker attempts to defend the indefensible by lying, obfuscation, or otherwise misstating the facts; GIBBERISH. 2. any of a collection of utterances from America's putative 43rd president. cf. BULLSHIT

New How to avoid a C++ flamefest...
...bring C# into the fray. :-)

My inclination is to say that partial enums are probably not supported, due to the way they are usually represented. In the case of classes, structures, etc, you are defining seperate fields. In the case of enums, all the enumerations are generally put into one data field.

Doesn't mean a smart compiler can't do it, but then the ordering of enumerations has an effect on the actual ordinal assigned to the enumeration. Which probably means the compiler doesn't like having them scattered about.
New Good point
..about the ordering, that is. ;-)

Having them scattered about means that one cannot generally identify what the constant value of an enumerator is (unless, of course, the writer went to the trouble of assigning values to at least the first one of each partial declaration). Now, one might argue that this is a Good Thing, as one should treat enums as enums, not as a bastard form of int, but that also invites a flame war that I'm not interested in starting, either!
jb4
shrub\ufffdbish (Am., from shrub + rubbish, after the derisive name for America's 43 president; 2003) n. 1. a form of nonsensical political doubletalk wherein the speaker attempts to defend the indefensible by lying, obfuscation, or otherwise misstating the facts; GIBBERISH. 2. any of a collection of utterances from America's putative 43rd president. cf. BULLSHIT

     C++ Question - (jb4) - (8)
         Begs the question - (ChrisR) - (5)
             OT: Anonymous methods - looks like a proper closure -NT - (Arkadiy) - (1)
                 Getting closer - probably did it just to po java - (ChrisR)
             What question is that? - (jb4) - (2)
                 How to avoid a C++ flamefest... - (ChrisR) - (1)
                     Good point - (jb4)
         They are essentially the same as C enums - (tuberculosis) - (1)
             Bummah! - (jb4)

Powered by a Shining Ingot of Ineptium!
71 ms