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

C / C++ / MFC

 
AnswerRe: Choosing of STL container Pin
Adam Roderick J16-Dec-09 0:05
Adam Roderick J16-Dec-09 0:05 
GeneralRe: Choosing of STL container Pin
hrishiS16-Dec-09 0:52
hrishiS16-Dec-09 0:52 
AnswerRe: Choosing of STL container Pin
Jonathan Davies16-Dec-09 0:06
Jonathan Davies16-Dec-09 0:06 
GeneralRe: Choosing of STL container Pin
hrishiS16-Dec-09 0:52
hrishiS16-Dec-09 0:52 
AnswerRe: Choosing of STL container Pin
CPallini16-Dec-09 0:08
mveCPallini16-Dec-09 0:08 
AnswerRe: Choosing of STL container Pin
KingsGambit16-Dec-09 1:00
KingsGambit16-Dec-09 1:00 
QuestionThreads and Sockets Pin
giancoitaly15-Dec-09 21:56
giancoitaly15-Dec-09 21:56 
AnswerRe: Threads and Sockets [modified] Pin
Adam Roderick J15-Dec-09 23:31
Adam Roderick J15-Dec-09 23:31 
why you think that, thread is useless?

You can pass a object as static object instead of pointer, but remember that it can modified from any thread.
Just refer this article [^]

It is correct to send object as pointer to a thread, but always check carefully on delete. Ensure that it should be deleted only after exit of thread.

Величие не Бога может быть недооценена.

modified on Wednesday, December 16, 2009 6:23 AM

QuestionIs it possible to change the dll versions Pin
pandit8415-Dec-09 21:30
pandit8415-Dec-09 21:30 
AnswerRe: Is it possible to change the dll versions Pin
KingsGambit15-Dec-09 21:56
KingsGambit15-Dec-09 21:56 
GeneralRe: Is it possible to change the dll versions Pin
pandit8415-Dec-09 22:14
pandit8415-Dec-09 22:14 
QuestionHow to implement edit box and spin control Pin
deadlyabbas15-Dec-09 19:46
deadlyabbas15-Dec-09 19:46 
AnswerRe: How to implement edit box and spin control Pin
Adam Roderick J15-Dec-09 19:56
Adam Roderick J15-Dec-09 19:56 
GeneralRe: How to implement edit box and spin control Pin
deadlyabbas15-Dec-09 20:29
deadlyabbas15-Dec-09 20:29 
GeneralRe: How to implement edit box and spin control Pin
Adam Roderick J16-Dec-09 0:01
Adam Roderick J16-Dec-09 0:01 
GeneralRe: How to implement edit box and spin control Pin
deadlyabbas16-Dec-09 0:04
deadlyabbas16-Dec-09 0:04 
GeneralRe: How to implement edit box and spin control Pin
Adam Roderick J16-Dec-09 0:10
Adam Roderick J16-Dec-09 0:10 
AnswerRe: How to implement edit box and spin control Pin
KingsGambit15-Dec-09 21:06
KingsGambit15-Dec-09 21:06 
GeneralRe: How to implement edit box and spin control Pin
deadlyabbas15-Dec-09 23:23
deadlyabbas15-Dec-09 23:23 
GeneralRe: How to implement edit box and spin control Pin
KingsGambit15-Dec-09 23:29
KingsGambit15-Dec-09 23:29 
GeneralRe: How to implement edit box and spin control Pin
deadlyabbas15-Dec-09 23:37
deadlyabbas15-Dec-09 23:37 
GeneralRe: How to implement edit box and spin control Pin
deadlyabbas16-Dec-09 0:01
deadlyabbas16-Dec-09 0:01 
GeneralRe: How to implement edit box and spin control Pin
KingsGambit16-Dec-09 0:40
KingsGambit16-Dec-09 0:40 
QuestionHow to use WIN32_FIND_DATA to find whole disk drive ? Pin
wangningyu15-Dec-09 14:04
wangningyu15-Dec-09 14:04 
AnswerRe: How to use WIN32_FIND_DATA to find whole disk drive ? Pin
«_Superman_»15-Dec-09 16:35
professional«_Superman_»15-Dec-09 16:35 

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.