Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Recover last saved data Pin
David Crow9-Dec-09 2:10
David Crow9-Dec-09 2:10 
AnswerRe: Recover last saved data Pin
sonualex14-Dec-09 0:45
sonualex14-Dec-09 0:45 
AnswerRe: Recover last saved data Pin
David Crow15-Dec-09 4:48
David Crow15-Dec-09 4:48 
QuestionSetWindowTitle Header File Pin
002comp2-Dec-09 18:10
002comp2-Dec-09 18:10 
AnswerRe: SetWindowTitle Header File Pin
KingsGambit2-Dec-09 18:19
KingsGambit2-Dec-09 18:19 
GeneralRe: SetWindowTitle Header File [modified] Pin
002comp2-Dec-09 18:34
002comp2-Dec-09 18:34 
GeneralRe: SetWindowTitle Header File Pin
Madhu Nair2-Dec-09 18:43
Madhu Nair2-Dec-09 18:43 
GeneralRe: SetWindowTitle Header File Pin
002comp2-Dec-09 19:05
002comp2-Dec-09 19:05 
AnswerRe: SetWindowTitle Header File Pin
002comp2-Dec-09 20:44
002comp2-Dec-09 20:44 
GeneralRe: SetWindowTitle Header File Pin
Madhu Nair2-Dec-09 22:35
Madhu Nair2-Dec-09 22:35 
GeneralRe: SetWindowTitle Header File Pin
002comp3-Dec-09 0:50
002comp3-Dec-09 0:50 
QuestionRe: SetWindowTitle Header File Pin
David Crow3-Dec-09 3:18
David Crow3-Dec-09 3:18 
AnswerRe: SetWindowTitle Header File Pin
002comp3-Dec-09 18:05
002comp3-Dec-09 18:05 
QuestionRe: SetWindowTitle Header File Pin
David Crow3-Dec-09 3:16
David Crow3-Dec-09 3:16 
AnswerRe: SetWindowTitle Header File Pin
002comp3-Dec-09 18:05
002comp3-Dec-09 18:05 
QuestionRe: SetWindowTitle Header File Pin
David Crow4-Dec-09 2:22
David Crow4-Dec-09 2:22 
Questionplease help!!! Pin
hoangha0522-Dec-09 17:22
hoangha0522-Dec-09 17:22 
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

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.