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

C / C++ / MFC

 
QuestionLinking global variables multiple times Pin
Vaclav_5-Mar-14 8:26
Vaclav_5-Mar-14 8:26 
SuggestionRe: Linking global variables multiple times Pin
David Crow5-Mar-14 9:36
David Crow5-Mar-14 9:36 
GeneralRe: Linking global variables multiple times SOLVED Pin
Vaclav_5-Mar-14 10:08
Vaclav_5-Mar-14 10:08 
QuestionCMapStringToString lookup() qestion [solved] Pin
econy5-Mar-14 4:56
econy5-Mar-14 4:56 
AnswerRe: CMapStringToString lookup() qestion Pin
Richard MacCutchan5-Mar-14 5:39
mveRichard MacCutchan5-Mar-14 5:39 
GeneralRe: CMapStringToString lookup() qestion Pin
econy5-Mar-14 9:12
econy5-Mar-14 9:12 
QuestionHeap ,Stack allocation question [Solved] Pin
econy5-Mar-14 3:57
econy5-Mar-14 3:57 
AnswerRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:41
mveRichard MacCutchan5-Mar-14 4:41 
The actual memeory used by the Map is allocated internally and dynamically, so it will be on the Heap. You may need to delete the map in your destructor, it depends on the lifetime of your object.
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 4:47
econy5-Mar-14 4:47 
GeneralRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:48
mveRichard MacCutchan5-Mar-14 4:48 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 5:04
econy5-Mar-14 5:04 
GeneralRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 5:29
mveRichard MacCutchan5-Mar-14 5:29 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 9:06
econy5-Mar-14 9:06 
AnswerRe: Heap ,Stack allocation question Pin
Richard Andrew x645-Mar-14 10:10
professionalRichard Andrew x645-Mar-14 10:10 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 15:28
econy5-Mar-14 15:28 
GeneralRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 22:24
mveRichard MacCutchan5-Mar-14 22:24 
Question#include cpp file - how it works? Pin
Vaclav_5-Mar-14 3:26
Vaclav_5-Mar-14 3:26 
AnswerRe: #include cpp file - how it works? Pin
Jochen Arndt5-Mar-14 4:12
professionalJochen Arndt5-Mar-14 4:12 
AnswerRe: #include cpp file - how it works? Pin
Richard MacCutchan5-Mar-14 4:44
mveRichard MacCutchan5-Mar-14 4:44 
GeneralRe: #include cpp file - how it works? Pin
Vaclav_5-Mar-14 5:10
Vaclav_5-Mar-14 5:10 
GeneralRe: #include cpp file - how it works? Pin
Richard MacCutchan5-Mar-14 5:31
mveRichard MacCutchan5-Mar-14 5:31 
GeneralRe: #include cpp file - how it works? Pin
leon de boer9-Mar-14 8:51
leon de boer9-Mar-14 8:51 
QuestionCMap class questions [Solved] Pin
econy5-Mar-14 2:14
econy5-Mar-14 2:14 
AnswerRe: CMap class questions Pin
CPallini5-Mar-14 2:47
mveCPallini5-Mar-14 2:47 
GeneralRe: CMap class questions Pin
econy5-Mar-14 3:18
econy5-Mar-14 3:18 

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.