Click here to Skip to main content
15,884,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to initialize a CString array in MSVS C++ 2015 Pin
Member 941147111-Oct-16 8:48
Member 941147111-Oct-16 8:48 
GeneralRe: How to initialize a CString array in MSVS C++ 2015 Pin
Victor Nijegorodov12-Oct-16 2:57
Victor Nijegorodov12-Oct-16 2:57 
AnswerRe: How to initialize a CString array in MSVS C++ 2015 Pin
Chris Losinger8-Oct-16 6:58
professionalChris Losinger8-Oct-16 6:58 
QuestionUsing / accessing function pointer declaration externally Pin
Vaclav_6-Oct-16 11:05
Vaclav_6-Oct-16 11:05 
AnswerRe: Using / accessing function pointer declaration externally Pin
CPallini7-Oct-16 0:43
mveCPallini7-Oct-16 0:43 
GeneralRe: Using / accessing function pointer declaration externally Pin
Vaclav_7-Oct-16 17:39
Vaclav_7-Oct-16 17:39 
GeneralRe: Using / accessing function pointer declaration externally Pin
CPallini8-Oct-16 3:16
mveCPallini8-Oct-16 3:16 
AnswerRe: Using / accessing function pointer declaration externally Pin
Richard MacCutchan7-Oct-16 2:32
mveRichard MacCutchan7-Oct-16 2:32 
The key point here is the extern qualifier. That states that the variable can be referred to from any module in the final linked executable, but only one instance of it will actually exist.
QuestionHow to instantiate class with parameters - syntax please ? Pin
Vaclav_2-Oct-16 5:08
Vaclav_2-Oct-16 5:08 
AnswerRe: How to instantiate class with parameters - syntax please ? Pin
Richard MacCutchan2-Oct-16 6:05
mveRichard MacCutchan2-Oct-16 6:05 
AnswerRe: How to instantiate class with parameters - syntax please ? Pin
CPallini2-Oct-16 21:20
mveCPallini2-Oct-16 21:20 
QuestionRe: How to instantiate class with parameters - syntax please ? Pin
Krishnakumartg3-Oct-16 0:07
Krishnakumartg3-Oct-16 0:07 
AnswerRe: How to instantiate class with parameters - syntax please ? Pin
Vaclav_3-Oct-16 5:34
Vaclav_3-Oct-16 5:34 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
leon de boer3-Oct-16 16:25
leon de boer3-Oct-16 16:25 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
Krishnakumartg3-Oct-16 18:12
Krishnakumartg3-Oct-16 18:12 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
leon de boer3-Oct-16 22:49
leon de boer3-Oct-16 22:49 
AnswerRe: How to instantiate class with parameters - syntax please ? Pin
Vaclav_4-Oct-16 2:25
Vaclav_4-Oct-16 2:25 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
Richard MacCutchan4-Oct-16 3:46
mveRichard MacCutchan4-Oct-16 3:46 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
leon de boer4-Oct-16 7:16
leon de boer4-Oct-16 7:16 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
Vaclav_6-Oct-16 10:34
Vaclav_6-Oct-16 10:34 
GeneralRe: How to instantiate class with parameters - syntax please ? Pin
leon de boer6-Oct-16 19:04
leon de boer6-Oct-16 19:04 
QuestionWhy can't I assign a variable's address to an enum? Pin
arnold_w30-Sep-16 0:18
arnold_w30-Sep-16 0:18 
AnswerRe: Why can't I assign a variable's address to an enum? Pin
Richard MacCutchan30-Sep-16 0:52
mveRichard MacCutchan30-Sep-16 0:52 
AnswerRe: Why can't I assign a variable's address to an enum? Pin
leon de boer30-Sep-16 3:22
leon de boer30-Sep-16 3:22 
QuestionWaitForSingleObject best practices Pin
ForNow27-Sep-16 14:26
ForNow27-Sep-16 14:26 

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.