Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where can I learn DevStudio? Pin
l a u r e n14-Jan-04 10:14
l a u r e n14-Jan-04 10:14 
GeneralPrinting on XP or 2000 Pin
kdmc14-Jan-04 8:50
kdmc14-Jan-04 8:50 
GeneralProblem using separate types linker option Pin
Dave Bryant14-Jan-04 7:15
Dave Bryant14-Jan-04 7:15 
GeneralRe: Problem using separate types linker option Pin
Michael Geddes14-Jan-04 12:26
Michael Geddes14-Jan-04 12:26 
QuestionProgramatically interrogating a C/C++ enumeration? Pin
Gary Chapman14-Jan-04 6:33
Gary Chapman14-Jan-04 6:33 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Antti Keskinen14-Jan-04 8:16
Antti Keskinen14-Jan-04 8:16 
GeneralRe: Programatically interrogating a C/C++ enumeration? Pin
Jörgen Sigvardsson14-Jan-04 8:34
Jörgen Sigvardsson14-Jan-04 8:34 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Christian Graus14-Jan-04 12:00
protectorChristian Graus14-Jan-04 12:00 
You want C#, it adds exactly these things to the language, and more ( i.e. more for enums ). But in C++, the answer is, no. The best you can do is end each enum with an element called ItemCount, or something. It will then hold the number you want, as the list is 0 based.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Michael Geddes14-Jan-04 12:18
Michael Geddes14-Jan-04 12:18 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Gary R. Wheeler14-Jan-04 12:47
Gary R. Wheeler14-Jan-04 12:47 
GeneralOpenPrinter Pin
Member 81460314-Jan-04 5:53
Member 81460314-Jan-04 5:53 
GeneralRe: OpenPrinter Pin
Duncan Edwards Jones14-Jan-04 6:25
professionalDuncan Edwards Jones14-Jan-04 6:25 
GeneralRe: OpenPrinter Pin
Member 81460314-Jan-04 6:34
Member 81460314-Jan-04 6:34 
GeneralRe: OpenPrinter Pin
Member 81460314-Jan-04 7:36
Member 81460314-Jan-04 7:36 
GeneralResource File Pin
Anthony988714-Jan-04 4:53
Anthony988714-Jan-04 4:53 
GeneralRe: Resource File Pin
Prakash Nadar14-Jan-04 6:14
Prakash Nadar14-Jan-04 6:14 
GeneralRe: Resource File Pin
David Crow14-Jan-04 6:45
David Crow14-Jan-04 6:45 
Generalasking for help Pin
projectjak14-Jan-04 4:24
projectjak14-Jan-04 4:24 
GeneralRe: asking for help Pin
Prakash Nadar14-Jan-04 6:16
Prakash Nadar14-Jan-04 6:16 
GeneralRe: asking for help Pin
David Crow14-Jan-04 6:52
David Crow14-Jan-04 6:52 
GeneralProblem finding imported resources in MCF project Pin
Ricardo Briceno14-Jan-04 4:13
Ricardo Briceno14-Jan-04 4:13 
GeneralRe: Problem finding imported resources in MCF project Pin
Michael Dunn14-Jan-04 4:37
sitebuilderMichael Dunn14-Jan-04 4:37 
GeneralNon-/Volatile Registers Pin
Alexander M.,14-Jan-04 3:09
Alexander M.,14-Jan-04 3:09 
GeneralRe: Non-/Volatile Registers Pin
Prakash Nadar14-Jan-04 6:19
Prakash Nadar14-Jan-04 6:19 
GeneralRe: Non-/Volatile Registers Pin
Alexander M.,15-Jan-04 5:03
Alexander M.,15-Jan-04 5:03 

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.