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

C / C++ / MFC

 
AnswerRe: Writing global hooks in Dev-c++ IDE Pin
CPallini4-Jul-07 21:15
mveCPallini4-Jul-07 21:15 
GeneralRe: Writing global hooks in Dev-c++ IDE Pin
Jayapal Chandran9-Jul-07 18:39
Jayapal Chandran9-Jul-07 18:39 
QuestionRe: Writing global hooks in Dev-c++ IDE Pin
David Crow5-Jul-07 2:52
David Crow5-Jul-07 2:52 
AnswerRe: Pragma dataseg for dll's Pin
Mark Salsbery5-Jul-07 8:39
Mark Salsbery5-Jul-07 8:39 
QuestionFree Resource?? Pin
thenewbee4-Jul-07 19:15
thenewbee4-Jul-07 19:15 
AnswerRe: Free Resource?? Pin
_AnsHUMAN_ 4-Jul-07 19:41
_AnsHUMAN_ 4-Jul-07 19:41 
AnswerRe: Free Resource?? Pin
Hamid_RT4-Jul-07 19:43
Hamid_RT4-Jul-07 19:43 
GeneralRe: Free Resource?? Pin
thenewbee4-Jul-07 21:34
thenewbee4-Jul-07 21:34 
QuestionRe: Free Resource?? Pin
Hamid_RT4-Jul-07 22:26
Hamid_RT4-Jul-07 22:26 
AnswerRe: Free Resource?? Pin
thenewbee5-Jul-07 1:51
thenewbee5-Jul-07 1:51 
QuestionRe: Free Resource?? Pin
David Crow5-Jul-07 2:53
David Crow5-Jul-07 2:53 
AnswerRe: Free Resource?? Pin
thenewbee5-Jul-07 19:25
thenewbee5-Jul-07 19:25 
QuestionCreating table/report using data in Oracle database Pin
__yash__4-Jul-07 19:04
professional__yash__4-Jul-07 19:04 
QuestionSocket Pin
shakumar_224-Jul-07 18:57
shakumar_224-Jul-07 18:57 
AnswerRe: Socket [modified] Pin
Nuxser4-Jul-07 19:36
Nuxser4-Jul-07 19:36 
Questionextracting the decimal places ..... ????? Pin
Zealous_Me4-Jul-07 13:20
Zealous_Me4-Jul-07 13:20 
AnswerRe: extracting the decimal places ..... ????? Pin
David Crow5-Jul-07 2:59
David Crow5-Jul-07 2:59 
AnswerRe: extracting the decimal places ..... ????? Pin
Mark Salsbery5-Jul-07 8:48
Mark Salsbery5-Jul-07 8:48 
GeneralRe: extracting the decimal places ..... ????? Pin
G Haranadh9-Jul-07 21:23
G Haranadh9-Jul-07 21:23 
QuestionAccessing private members of a base Class Pin
ForNow4-Jul-07 12:00
ForNow4-Jul-07 12:00 
AnswerRe: Accessing private members of a base Class Pin
Christian Graus4-Jul-07 12:10
protectorChristian Graus4-Jul-07 12:10 
GeneralRe: Accessing private members of a base Class Pin
ForNow4-Jul-07 12:16
ForNow4-Jul-07 12:16 
AnswerRe: Accessing private members of a base Class Pin
Rajkumar R4-Jul-07 18:32
Rajkumar R4-Jul-07 18:32 
No, private members can't be accessed even at initialization. The constructor you are refering may be public or protected. If your constructor is private then that constructor cannot be accessed from outside the class.
GeneralRe: Accessing private members of a base Class [modified] Pin
G Haranadh4-Jul-07 21:22
G Haranadh4-Jul-07 21:22 
GeneralRe: Accessing private members of a base Class Pin
David Crow5-Jul-07 3:01
David Crow5-Jul-07 3: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.