Click here to Skip to main content
15,909,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp Please Pin
bunty2k424-Aug-04 2:54
bunty2k424-Aug-04 2:54 
Generalfread crash Pin
ns24-Aug-04 1:55
ns24-Aug-04 1:55 
GeneralRe: fread crash Pin
Cedric Moonen24-Aug-04 2:49
Cedric Moonen24-Aug-04 2:49 
GeneralRe: fread crash Pin
ns24-Aug-04 2:54
ns24-Aug-04 2:54 
GeneralRe: fread crash Pin
Cedric Moonen24-Aug-04 2:50
Cedric Moonen24-Aug-04 2:50 
Generallog method-call and time on PocketPc Pin
pat27088124-Aug-04 1:46
pat27088124-Aug-04 1:46 
GeneralClass View in VS 7 Pin
CreepingFeature24-Aug-04 1:37
CreepingFeature24-Aug-04 1:37 
GeneralRe: Class View in VS 7 Pin
Antony M Kancidrowski24-Aug-04 1:49
Antony M Kancidrowski24-Aug-04 1:49 
Sorry, I have not been able to find such!

If you really want the enum items in order you could write

enum { blah = 0 };
enum { bl = 1 };
enum { bla = 2 };

and they will appear in that order in the class view. Though this seems a bit overkill for me!

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Williams (Little Britain)

QuestionCstring to char?? Pin
Larsson24-Aug-04 1:33
Larsson24-Aug-04 1:33 
AnswerRe: Cstring to char?? Pin
Cedric Moonen24-Aug-04 1:40
Cedric Moonen24-Aug-04 1:40 
GeneralRe: Cstring to char?? Pin
Larsson24-Aug-04 2:18
Larsson24-Aug-04 2:18 
GeneralRe: Cstring to char?? Pin
Cedric Moonen24-Aug-04 2:24
Cedric Moonen24-Aug-04 2:24 
GeneralRe: Cstring to char?? Pin
David Crow24-Aug-04 3:33
David Crow24-Aug-04 3:33 
AnswerRe: Cstring to char?? Pin
V.24-Aug-04 3:50
professionalV.24-Aug-04 3:50 
GeneralRe: Cstring to char?? Pin
jmkhael24-Aug-04 4:23
jmkhael24-Aug-04 4:23 
GeneralStrange Debuggin Thing Pin
Paolo Ponzano24-Aug-04 1:13
Paolo Ponzano24-Aug-04 1:13 
GeneralRe: Strange Debuggin Thing Pin
Antony M Kancidrowski24-Aug-04 4:55
Antony M Kancidrowski24-Aug-04 4:55 
Generaltype conversion Pin
CShoun24-Aug-04 1:07
CShoun24-Aug-04 1:07 
GeneralRe: type conversion Pin
Antony M Kancidrowski24-Aug-04 1:21
Antony M Kancidrowski24-Aug-04 1:21 
Generalsdi Pin
imajit24-Aug-04 0:53
imajit24-Aug-04 0:53 
GeneralRe: sdi Pin
David Crow24-Aug-04 3:35
David Crow24-Aug-04 3:35 
GeneralMFC and Windows API Pin
SylL24-Aug-04 0:34
SylL24-Aug-04 0:34 
GeneralRe: MFC and Windows API Pin
Anthony_Yio24-Aug-04 0:54
Anthony_Yio24-Aug-04 0:54 
GeneralUsing acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 0:03
WesleyPipes24-Aug-04 0:03 
GeneralRe: Using acceleraor keys in Dialog application Pin
Cedric Moonen24-Aug-04 1:04
Cedric Moonen24-Aug-04 1:04 

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.