Click here to Skip to main content
15,907,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable the Enter button Pin
garfield18528-May-07 0:12
garfield18528-May-07 0:12 
GeneralRe: Disable the Enter button Pin
Rajesh R Subramanian28-May-07 0:17
professionalRajesh R Subramanian28-May-07 0:17 
GeneralRe: Disable the Enter button Pin
Anurag Gandhi28-May-07 0:01
professionalAnurag Gandhi28-May-07 0:01 
QuestionHow to Upload .doc (MS Word File ) in MySQL Database Using VC++ front end Pin
Y_Kaushik27-May-07 22:52
Y_Kaushik27-May-07 22:52 
AnswerRe: How to Upload .doc (MS Word File ) in MySQL Database Using VC++ front end Pin
S Douglas28-May-07 19:54
professionalS Douglas28-May-07 19:54 
Questionhelp please! Pin
ginjikun27-May-07 22:45
ginjikun27-May-07 22:45 
AnswerRe: help please! Pin
Y_Kaushik27-May-07 23:03
Y_Kaushik27-May-07 23:03 
GeneralRe: help please! Pin
ginjikun27-May-07 23:45
ginjikun27-May-07 23:45 
Hi Kaushik
thanks for the response!

the requirement is to store according to priority and group each of the data that are received.... receiving of data happens indefinitely (e.g. every 1 second/5seconds)
each data as mentioned should be arranged according to their priority and group they belong. thus the list should look something like below
priority 1
group 1
data 1
data 2
group 2
data 1
group 3
data 1
data 2
priority 2
group 4
data 1
group 5
data 1
data 2
...

the group number is unique, thus there can only be a single group 1 in the entire list... and so on...
the question is how to efficiently implement this. keeping in mind that the data coming in may occur every second or maybe less... also the data are stored indefinitely depending on the priority.. e.g. priority 1 may be removed after processing but priority 2 after processing will stil remain in the list...
sorry for the lenghty explanation...

thanks again for any response!

newbie Smile | :)
GeneralRe: help please! Pin
Stephen Hewitt28-May-07 17:35
Stephen Hewitt28-May-07 17:35 
GeneralRe: help please! Pin
ginjikun29-May-07 18:29
ginjikun29-May-07 18:29 
QuestionCreate uninstall program Pin
Md. Mazharul Islam Khan27-May-07 22:45
Md. Mazharul Islam Khan27-May-07 22:45 
AnswerHow to Create uninstall program??? Pin
Md. Mazharul Islam Khan27-May-07 23:25
Md. Mazharul Islam Khan27-May-07 23:25 
QuestionMulti threads to download http file---please help me! Pin
victording27-May-07 22:32
victording27-May-07 22:32 
QuestionCheck Numeric value Pin
garfield18527-May-07 22:30
garfield18527-May-07 22:30 
AnswerRe: Check Numeric value Pin
_AnsHUMAN_ 27-May-07 22:38
_AnsHUMAN_ 27-May-07 22:38 
AnswerRe: Check Numeric value Pin
Anurag Gandhi27-May-07 22:45
professionalAnurag Gandhi27-May-07 22:45 
AnswerRe: Check Numeric value Pin
garfield18527-May-07 22:57
garfield18527-May-07 22:57 
GeneralRe: Check Numeric value Pin
_AnsHUMAN_ 28-May-07 0:05
_AnsHUMAN_ 28-May-07 0:05 
AnswerRe: Check Numeric value Pin
Lane Yu27-May-07 23:57
Lane Yu27-May-07 23:57 
QuestionProblem in "multi thread to download http file",thanks! Pin
victording27-May-07 22:27
victording27-May-07 22:27 
Questionabout SendMessage Pin
mt_samiei27-May-07 22:07
mt_samiei27-May-07 22:07 
AnswerRe: about SendMessage Pin
CPallini27-May-07 22:51
mveCPallini27-May-07 22:51 
JokeRe: about SendMessage Pin
Rajesh R Subramanian28-May-07 1:08
professionalRajesh R Subramanian28-May-07 1:08 
GeneralRe: about SendMessage Pin
CPallini28-May-07 1:36
mveCPallini28-May-07 1:36 
JokeRe: about SendMessage Pin
Hamid_RT28-May-07 1:59
Hamid_RT28-May-07 1:59 

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.