Click here to Skip to main content
15,924,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a problem Pin
Christian Graus3-Dec-01 18:14
protectorChristian Graus3-Dec-01 18:14 
GeneralRe: a problem Pin
Karavaev Denis3-Dec-01 18:18
Karavaev Denis3-Dec-01 18:18 
GeneralMSHTML problem -- help please! Pin
foobat3-Dec-01 17:05
foobat3-Dec-01 17:05 
GeneralAvoid reading response headers Pin
Mythili3-Dec-01 15:09
Mythili3-Dec-01 15:09 
GeneralMfc type control to a OCX Pin
YanivY3-Dec-01 14:48
YanivY3-Dec-01 14:48 
QuestionWhy MFC makes ctor as protected? Pin
Alex Dong3-Dec-01 14:42
Alex Dong3-Dec-01 14:42 
AnswerRe: Why MFC makes ctor as protected? Pin
Christian Graus3-Dec-01 14:47
protectorChristian Graus3-Dec-01 14:47 
GeneralRe: Why MFC makes ctor as protected? Pin
Rick York3-Dec-01 15:48
mveRick York3-Dec-01 15:48 
One example is CView and its derivatives. Its constructor is protected which means that it can only be created by one of its numerous friend classes such as CDocument, CDocTemplate, CFrameWnd, CMDIChildWnd, and CMDIFrameWnd.

GeneralRe: Why MFC makes ctor as protected? Pin
Alex Dong3-Dec-01 15:55
Alex Dong3-Dec-01 15:55 
GeneralRe: Why MFC makes ctor as protected? Pin
Fazlul Kabir4-Dec-01 10:18
Fazlul Kabir4-Dec-01 10:18 
AnswerRe: Why MFC makes ctor as protected? Pin
Erik Funkenbusch4-Dec-01 9:50
Erik Funkenbusch4-Dec-01 9:50 
AnswerRe: Why MFC makes ctor as protected? Pin
Ravi Bhavnani4-Dec-01 10:05
professionalRavi Bhavnani4-Dec-01 10:05 
GeneralSaving barstate of a CFrameWnd Pin
User 98853-Dec-01 12:36
User 98853-Dec-01 12:36 
GeneralRe: Saving barstate of a CFrameWnd Pin
Christian Graus3-Dec-01 14:43
protectorChristian Graus3-Dec-01 14:43 
GeneralThread safe STL vector Pin
orcun colak3-Dec-01 11:21
orcun colak3-Dec-01 11:21 
GeneralRe: Thread safe STL vector Pin
Todd Smith3-Dec-01 11:37
Todd Smith3-Dec-01 11:37 
GeneralRe: Thread safe STL vector Pin
orcun colak4-Dec-01 7:06
orcun colak4-Dec-01 7:06 
GeneralWM_GETMINMAXINFO Pin
Christian Graus3-Dec-01 11:19
protectorChristian Graus3-Dec-01 11:19 
GeneralRe: WM_GETMINMAXINFO Pin
4-Dec-01 2:43
suss4-Dec-01 2:43 
GeneralService and Sockets - Naughter Pin
sassiecode3-Dec-01 10:52
sassiecode3-Dec-01 10:52 
GeneralMFC DLL Pin
shadowplayer3-Dec-01 10:28
shadowplayer3-Dec-01 10:28 
GeneralFile I/O in C++ Pin
Nick Parker3-Dec-01 8:38
protectorNick Parker3-Dec-01 8:38 
GeneralRe: File I/O in C++ Pin
Erik Funkenbusch3-Dec-01 9:00
Erik Funkenbusch3-Dec-01 9:00 
GeneralRe: File I/O in C++ Pin
Nick Parker3-Dec-01 9:15
protectorNick Parker3-Dec-01 9:15 
GeneralRe: File I/O in C++ Pin
Joshua Guy3-Dec-01 10:06
Joshua Guy3-Dec-01 10:06 

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.