Click here to Skip to main content
16,012,223 members
Home / Discussions / C#
   

C#

 
GeneralRe: enum question Pin
Werdna2-Jul-04 12:11
Werdna2-Jul-04 12:11 
GeneralRe: enum question Pin
Mikke_x2-Jul-04 12:49
Mikke_x2-Jul-04 12:49 
GeneralRe: enum question Pin
Colin Angus Mackay2-Jul-04 13:57
Colin Angus Mackay2-Jul-04 13:57 
GeneralRe: enum question Pin
Werdna2-Jul-04 14:38
Werdna2-Jul-04 14:38 
GeneralRe: enum question Pin
Colin Angus Mackay2-Jul-04 14:52
Colin Angus Mackay2-Jul-04 14:52 
GeneralRe: enum question Pin
Werdna2-Jul-04 15:06
Werdna2-Jul-04 15:06 
GeneralRe: enum question Pin
Colin Angus Mackay2-Jul-04 15:19
Colin Angus Mackay2-Jul-04 15:19 
GeneralRe: enum question Pin
Mikke_x3-Jul-04 0:33
Mikke_x3-Jul-04 0:33 
Yeah, I see what you mean. But I still can´t see the point of beeng able to declare an enum as:
enum ints :int {zero, one} if I can´t use it as constant int without convert. enum has always been an int in the background. If it is to be saved to file or something one should comment the code good enought so that the other people in the team knows not to change the order of the declarations. Or do them visible by:
enum ints { zero=0, one=1 } ; Then there should be no problem.

/ M
GeneralRe: enum question Pin
Colin Angus Mackay3-Jul-04 12:08
Colin Angus Mackay3-Jul-04 12:08 
GeneralDatagrid Question Pin
C#Coder672-Jul-04 5:42
C#Coder672-Jul-04 5:42 
GeneralRe: Datagrid Question Pin
DougW482-Jul-04 6:57
DougW482-Jul-04 6:57 
GeneralMultiple instance of startup form Pin
Anonymous2-Jul-04 4:09
Anonymous2-Jul-04 4:09 
GeneralRe: Multiple instance of startup form Pin
Dave Kreskowiak2-Jul-04 4:57
mveDave Kreskowiak2-Jul-04 4:57 
GeneralRe: Multiple instance of startup form Pin
Anonymous2-Jul-04 5:32
Anonymous2-Jul-04 5:32 
GeneralRe: Multiple instance of startup form Pin
Dave Kreskowiak2-Jul-04 5:50
mveDave Kreskowiak2-Jul-04 5:50 
GeneralRe: Multiple instance of startup form Pin
Andreas X3-Jul-04 22:01
professionalAndreas X3-Jul-04 22:01 
GeneralOne port: multiple transfer Pin
Gimpy19832-Jul-04 4:08
Gimpy19832-Jul-04 4:08 
Generalinstall project paths Pin
mcgahanfl2-Jul-04 4:07
mcgahanfl2-Jul-04 4:07 
GeneralPlease see this Pin
saud_a_k2-Jul-04 1:31
saud_a_k2-Jul-04 1:31 
GeneralRe: Please see this Pin
Colin Angus Mackay2-Jul-04 2:10
Colin Angus Mackay2-Jul-04 2:10 
GeneralRe: Please see this Pin
saud_a_k2-Jul-04 2:48
saud_a_k2-Jul-04 2:48 
GeneralRe: Please see this Pin
Gary Thom2-Jul-04 2:29
Gary Thom2-Jul-04 2:29 
GeneralRe: Please see this Pin
saud_a_k2-Jul-04 2:41
saud_a_k2-Jul-04 2:41 
GeneralUsing the same currency manager more than once Pin
WillemM2-Jul-04 1:17
WillemM2-Jul-04 1:17 
GeneralRe: Using the same currency manager more than once Pin
Heath Stewart2-Jul-04 3:08
protectorHeath Stewart2-Jul-04 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.