Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: please help!!! Pin
David Crow2-Dec-09 17:34
David Crow2-Dec-09 17:34 
AnswerRe: please help!!! Pin
KingsGambit2-Dec-09 17:53
KingsGambit2-Dec-09 17:53 
AnswerRe: please help!!! Pin
Rajesh R Subramanian2-Dec-09 21:47
professionalRajesh R Subramanian2-Dec-09 21:47 
Questionis there a DEV c++ project for serial asynchrous receive/transfer ? Pin
jumbin2-Dec-09 14:32
jumbin2-Dec-09 14:32 
AnswerRe: is there a DEV c++ project for serial asynchrous receive/transfer ? Pin
Cedric Moonen2-Dec-09 20:22
Cedric Moonen2-Dec-09 20:22 
Questionimplementation of a key value array (not using std::map) ? Pin
doug252-Dec-09 11:41
doug252-Dec-09 11:41 
QuestionRe: implementation of a key value array (not using std::map) ? Pin
CPallini2-Dec-09 12:02
mveCPallini2-Dec-09 12:02 
AnswerRe: implementation of a key value array (not using std::map) ? Pin
doug252-Dec-09 12:17
doug252-Dec-09 12:17 
well, i'm not sure how a map uses the key to get a value, i thought since it's a std container it might be faster to make a custom implementation using a dynamic array. i've heard that dynamic arrays are faster than vector's for example, though i've not tested this myself. i'm also eager to know how the map uses an integer value as a key to get an element's value. hope i'm making sense
GeneralRe: implementation of a key value array (not using std::map) ? Pin
«_Superman_»2-Dec-09 12:27
professional«_Superman_»2-Dec-09 12:27 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Richard MacCutchan2-Dec-09 12:38
mveRichard MacCutchan2-Dec-09 12:38 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug252-Dec-09 12:46
doug252-Dec-09 12:46 
AnswerRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson2-Dec-09 22:57
professionalStuart Dootson2-Dec-09 22:57 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug255-Dec-09 11:47
doug255-Dec-09 11:47 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson5-Dec-09 11:59
professionalStuart Dootson5-Dec-09 11:59 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug255-Dec-09 15:54
doug255-Dec-09 15:54 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson6-Dec-09 0:22
professionalStuart Dootson6-Dec-09 0:22 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug256-Dec-09 13:07
doug256-Dec-09 13:07 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson6-Dec-09 13:41
professionalStuart Dootson6-Dec-09 13:41 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug256-Dec-09 14:20
doug256-Dec-09 14:20 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson6-Dec-09 14:37
professionalStuart Dootson6-Dec-09 14:37 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug256-Dec-09 15:07
doug256-Dec-09 15:07 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson7-Dec-09 22:57
professionalStuart Dootson7-Dec-09 22:57 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug258-Dec-09 3:07
doug258-Dec-09 3:07 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Stuart Dootson8-Dec-09 5:59
professionalStuart Dootson8-Dec-09 5:59 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
doug258-Dec-09 17:01
doug258-Dec-09 17:01 

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.