Click here to Skip to main content
15,890,043 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cross process subclassing by hooking Pin
AlexBecker28-Aug-06 16:43
AlexBecker28-Aug-06 16:43 
GeneralRe: Cross process subclassing by hooking Pin
Stephen Hewitt28-Aug-06 17:24
Stephen Hewitt28-Aug-06 17:24 
QuestionEnable Scrolling in MDI Pin
Nyarlatotep28-Aug-06 5:16
Nyarlatotep28-Aug-06 5:16 
QuestionPersonalized menu items question : What Setting is this ? Pin
Maximilien28-Aug-06 5:14
Maximilien28-Aug-06 5:14 
Questioncalling a function two ways Pin
Jay0328-Aug-06 5:13
Jay0328-Aug-06 5:13 
AnswerRe: calling a function two ways Pin
Maximilien28-Aug-06 5:28
Maximilien28-Aug-06 5:28 
GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 5:46
Jay0328-Aug-06 5:46 
AnswerRe: calling a function two ways Pin
Zac Howland28-Aug-06 5:34
Zac Howland28-Aug-06 5:34 
It isn't calling the same function (at least not directly anyway).

Jay03 wrote:
PairSet* CreateNVPSet() {

............
............

return set;

}


This function appears to be in the global namespace and is not a member of any class.

Jay03 wrote:
pBall->createNVPSet();


This function is a member function of the class Ball. While it may end up calling the global method within that function, it is not the same function (and may not call the previous one at all ... depending on the implementation).

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 5:43
Jay0328-Aug-06 5:43 
GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 5:47
Jay0328-Aug-06 5:47 
GeneralRe: calling a function two ways Pin
Zac Howland28-Aug-06 5:53
Zac Howland28-Aug-06 5:53 
GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 5:56
Jay0328-Aug-06 5:56 
GeneralRe: calling a function two ways Pin
David Crow28-Aug-06 6:08
David Crow28-Aug-06 6:08 
GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 6:38
Jay0328-Aug-06 6:38 
GeneralRe: calling a function two ways Pin
toxcct28-Aug-06 7:06
toxcct28-Aug-06 7:06 
GeneralRe: calling a function two ways Pin
Jay0328-Aug-06 6:40
Jay0328-Aug-06 6:40 
GeneralRe: calling a function two ways Pin
Zac Howland28-Aug-06 6:08
Zac Howland28-Aug-06 6:08 
QuestionHandling mouseover events on toolbar with popup Pin
WebMaster28-Aug-06 5:01
WebMaster28-Aug-06 5:01 
QuestionTitleBar Pin
HakunaMatada28-Aug-06 3:48
HakunaMatada28-Aug-06 3:48 
AnswerRe: TitleBar Pin
Hamid_RT3-Sep-06 9:04
Hamid_RT3-Sep-06 9:04 
GeneralRe: TitleBar Pin
HakunaMatada3-Sep-06 19:37
HakunaMatada3-Sep-06 19:37 
GeneralRe: TitleBar Pin
Hamid_RT3-Sep-06 22:27
Hamid_RT3-Sep-06 22:27 
QuestionCan anybody answer please? Pin
ivanris28-Aug-06 3:37
ivanris28-Aug-06 3:37 
GeneralRe: Can anybody answer please? Jeremy - THIS is a programming question... :) Pin
#realJSOP28-Aug-06 3:40
mve#realJSOP28-Aug-06 3:40 
GeneralRe: Can anybody answer please? Pin
Colin Angus Mackay28-Aug-06 3:46
Colin Angus Mackay28-Aug-06 3:46 

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.