Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to display the value of a variable in a MessageBox? Pin
Stephen Hewitt23-Feb-06 10:45
Stephen Hewitt23-Feb-06 10:45 
GeneralRe: How to display the value of a variable in a MessageBox? Pin
vinceher23-Feb-06 13:27
vinceher23-Feb-06 13:27 
GeneralRe: How to display the value of a variable in a MessageBox? Pin
Stephen Hewitt23-Feb-06 13:34
Stephen Hewitt23-Feb-06 13:34 
GeneralRe: How to display the value of a variable in a MessageBox? Pin
Wim Engberts23-Feb-06 23:21
Wim Engberts23-Feb-06 23:21 
QuestionInfo about Digital image watermarking in the Wavelet transform domain ? Pin
Loay Al Lusi23-Feb-06 9:36
Loay Al Lusi23-Feb-06 9:36 
AnswerRe: Info about Digital image watermarking in the Wavelet transform domain ? Pin
Stephen Hewitt23-Feb-06 19:16
Stephen Hewitt23-Feb-06 19:16 
AnswerRe: Info about Digital image watermarking in the Wavelet transform domain ? Pin
Cool Ju23-Feb-06 20:01
Cool Ju23-Feb-06 20:01 
QuestionSorting items, specifying multiple parameters Pin
Gunn31723-Feb-06 9:25
Gunn31723-Feb-06 9:25 
I hope that subject captured what I'm trying to ask. An example would work best. I need to be able to sort an array of items based on multiple parameters the user passes in which are prioritized. For instance, take a list and:

First, sort by "Type"
Then, sort by "Name"


So, I need to be able to sort this list first by it's type. No problem, I've done that before. But then I need to sort the list again, but now by name. So I have to leave the types as they are, but sort the names belonging to each type in alphabetical order. Kind of a sublist within a list.

I have an idea of how to do it, as I've just described, but I'm looking for examples on how to handle this. It seems like it could get really out of hand...especially if I need to sort by a 3rd or more parameter. Maybe there is an easier way to handle this than I am thinking...? I hope!

Thanks,

AnswerRe: Sorting items, specifying multiple parameters Pin
David Crow23-Feb-06 9:35
David Crow23-Feb-06 9:35 
GeneralRe: Sorting items, specifying multiple parameters Pin
Gunn31723-Feb-06 10:15
Gunn31723-Feb-06 10:15 
GeneralRe: Sorting items, specifying multiple parameters Pin
David Crow23-Feb-06 10:30
David Crow23-Feb-06 10:30 
AnswerRe: Sorting items, specifying multiple parameters Pin
Chris Losinger23-Feb-06 9:38
professionalChris Losinger23-Feb-06 9:38 
GeneralRe: Sorting items, specifying multiple parameters Pin
Gunn31723-Feb-06 10:11
Gunn31723-Feb-06 10:11 
GeneralRe: Sorting items, specifying multiple parameters Pin
Chris Losinger23-Feb-06 10:28
professionalChris Losinger23-Feb-06 10:28 
GeneralRe: Sorting items, specifying multiple parameters Pin
Gunn31723-Feb-06 11:08
Gunn31723-Feb-06 11:08 
GeneralRe: Sorting items, specifying multiple parameters Pin
Chris Losinger23-Feb-06 11:17
professionalChris Losinger23-Feb-06 11:17 
AnswerRe: Sorting items, specifying multiple parameters Pin
Stephen Hewitt23-Feb-06 11:20
Stephen Hewitt23-Feb-06 11:20 
GeneralRe: Sorting items, specifying multiple parameters Pin
Gunn31728-Feb-06 2:40
Gunn31728-Feb-06 2:40 
QuestionVisual Studio 6.0 with other compliers Pin
softwaremonkey23-Feb-06 8:21
softwaremonkey23-Feb-06 8:21 
AnswerRe: Visual Studio 6.0 with other compliers Pin
basementman23-Feb-06 8:34
basementman23-Feb-06 8:34 
GeneralRe: Visual Studio 6.0 with other compliers Pin
softwaremonkey23-Feb-06 8:36
softwaremonkey23-Feb-06 8:36 
Questiondevice notification Pin
Manu_8123-Feb-06 7:19
Manu_8123-Feb-06 7:19 
AnswerRe: device notification Pin
David Crow23-Feb-06 8:22
David Crow23-Feb-06 8:22 
QuestionVoice chat using VC++ Pin
gaurav_dixit23-Feb-06 7:05
gaurav_dixit23-Feb-06 7:05 
AnswerRe: Voice chat using VC++ Pin
J512198223-Feb-06 23:53
J512198223-Feb-06 23:53 

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.