Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ code parser... Pin
Nitron13-Jul-06 8:39
Nitron13-Jul-06 8:39 
AnswerRe: C++ code parser... Pin
earl13-Jul-06 11:46
earl13-Jul-06 11:46 
GeneralRe: C++ code parser... Pin
Nitron13-Jul-06 14:42
Nitron13-Jul-06 14:42 
GeneralRe: C++ code parser... Pin
earl13-Jul-06 19:15
earl13-Jul-06 19:15 
AnswerRe: C++ code parser... Pin
Taka Muraoka13-Jul-06 16:14
Taka Muraoka13-Jul-06 16:14 
Questionsorting a list Pin
aafcls13-Jul-06 8:20
aafcls13-Jul-06 8:20 
AnswerRe: sorting a list Pin
FarPointer13-Jul-06 8:45
FarPointer13-Jul-06 8:45 
AnswerRe: sorting a list Pin
Zac Howland13-Jul-06 8:48
Zac Howland13-Jul-06 8:48 
You'll have to create a compare function to handle how it will sort the items, but after that you can just call SortItems. See the MSDN documentation for details and an example.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
AnswerRe: sorting a list Pin
David Crow13-Jul-06 8:52
David Crow13-Jul-06 8:52 
GeneralRe: sorting a list Pin
aafcls13-Jul-06 9:06
aafcls13-Jul-06 9:06 
GeneralRe: sorting a list Pin
FarPointer13-Jul-06 9:10
FarPointer13-Jul-06 9:10 
GeneralRe: sorting a list Pin
David Crow13-Jul-06 9:13
David Crow13-Jul-06 9:13 
GeneralRe: sorting a list Pin
FarPointer13-Jul-06 9:27
FarPointer13-Jul-06 9:27 
QuestionRe: sorting a list Pin
David Crow13-Jul-06 9:30
David Crow13-Jul-06 9:30 
AnswerRe: sorting a list Pin
FarPointer13-Jul-06 9:35
FarPointer13-Jul-06 9:35 
QuestionRe: sorting a list Pin
David Crow13-Jul-06 9:44
David Crow13-Jul-06 9:44 
AnswerRe: sorting a list Pin
FarPointer13-Jul-06 9:49
FarPointer13-Jul-06 9:49 
GeneralRe: sorting a list Pin
aafcls13-Jul-06 9:52
aafcls13-Jul-06 9:52 
GeneralRe: sorting a list Pin
David Crow13-Jul-06 10:02
David Crow13-Jul-06 10:02 
GeneralRe: sorting a list Pin
aafcls13-Jul-06 10:05
aafcls13-Jul-06 10:05 
GeneralRe: sorting a list Pin
David Crow13-Jul-06 10:14
David Crow13-Jul-06 10:14 
GeneralRe: sorting a list Pin
aafcls13-Jul-06 11:13
aafcls13-Jul-06 11:13 
GeneralRe: sorting a list Pin
earl13-Jul-06 11:55
earl13-Jul-06 11:55 
GeneralRe: sorting a list Pin
David Crow14-Jul-06 3:30
David Crow14-Jul-06 3:30 
GeneralRe: sorting a list Pin
aafcls14-Jul-06 5:51
aafcls14-Jul-06 5:51 

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.