Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to display grid on dialog in dialog based application in vc++,mfc Pin
CPallini7-Oct-09 23:37
mveCPallini7-Oct-09 23:37 
QuestionView is changing to list view on every Dialog open Pin
002comp7-Oct-09 19:27
002comp7-Oct-09 19:27 
AnswerRe: View is changing to list view on every Dialog open Pin
SandipG 7-Oct-09 22:06
SandipG 7-Oct-09 22:06 
AnswerRe: View is changing to list view on every Dialog open Pin
kilt8-Oct-09 23:20
kilt8-Oct-09 23:20 
Questionwhen should i use a list and when to use vector? Pin
Cpp_Com7-Oct-09 19:07
Cpp_Com7-Oct-09 19:07 
AnswerRe: when should i use a list and when to use vector? Pin
_AnsHUMAN_ 7-Oct-09 19:19
_AnsHUMAN_ 7-Oct-09 19:19 
GeneralRe: when should i use a list and when to use vector? Pin
Cpp_Com7-Oct-09 19:23
Cpp_Com7-Oct-09 19:23 
AnswerRe: when should i use a list and when to use vector? Pin
carter20007-Oct-09 22:00
carter20007-Oct-09 22:00 
If you need random access operation frequently in your code, use vector.
If you need insert and delete operation frequently, use list.
And map should be use when you want to identify a value by a key(mobbish).
QuestionWin Service is not accessing desktop application Pin
gtag7-Oct-09 19:06
gtag7-Oct-09 19:06 
QuestionBatch File doubt Pin
mohant$.net7-Oct-09 18:35
mohant$.net7-Oct-09 18:35 
AnswerRe: Batch File doubt Pin
sashoalm7-Oct-09 23:34
sashoalm7-Oct-09 23:34 
GeneralRe: Batch File doubt Pin
mohant$.net7-Oct-09 23:50
mohant$.net7-Oct-09 23:50 
GeneralRe: Batch File doubt Pin
sashoalm8-Oct-09 5:50
sashoalm8-Oct-09 5:50 
Questionlearn how to learn Pin
jinjiashan7-Oct-09 17:14
jinjiashan7-Oct-09 17:14 
AnswerRe: Pin
wangningyu7-Oct-09 17:19
wangningyu7-Oct-09 17:19 
JokeRe: learn how to learn Pin
_AnsHUMAN_ 7-Oct-09 19:23
_AnsHUMAN_ 7-Oct-09 19:23 
GeneralRe: learn how to learn Pin
jinjiashan7-Oct-09 20:48
jinjiashan7-Oct-09 20:48 
GeneralRe: learn how to learn Pin
_AnsHUMAN_ 7-Oct-09 22:05
_AnsHUMAN_ 7-Oct-09 22:05 
GeneralRe: learn how to learn Pin
jinjiashan7-Oct-09 22:10
jinjiashan7-Oct-09 22:10 
QuestionCalculate p-value of chisquare test in C Pin
enthusiastic4777-Oct-09 13:33
enthusiastic4777-Oct-09 13:33 
QuestionRe: Calculate p-value of chisquare test in C Pin
CPallini7-Oct-09 20:59
mveCPallini7-Oct-09 20:59 
AnswerRe: Calculate p-value of chisquare test in C Pin
enthusiastic4778-Oct-09 6:47
enthusiastic4778-Oct-09 6:47 
QuestionRe: Calculate p-value of chisquare test in C Pin
CPallini8-Oct-09 10:25
mveCPallini8-Oct-09 10:25 
AnswerRe: Calculate p-value of chisquare test in C Pin
enthusiastic4779-Oct-09 2:24
enthusiastic4779-Oct-09 2:24 
GeneralRe: Calculate p-value of chisquare test in C Pin
CPallini9-Oct-09 12:25
mveCPallini9-Oct-09 12:25 

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.