CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: davidthecoder

Search: Search took 0.02 seconds.

  1. Re: [RESOLVED] call to non-static member function without an object argument?

    yeah i caught that too, seems that things are missing in the example codes.
    This chapter is about Special Classes and Functions : Pointers to Member Functions.

    Your version is simpler :)
  2. Re: call to non-static member function without an object argument?

    but any how I did as you suggested and added the "&" reference operator and it came out working :) thanks :D
  3. Re: call to non-static member function without an object argument?

    I believe it's supposed to be a pointer to that function declaration, I'm still learning so I could be mistaken.
    The code came from an online course that I'm using to learn.
    The code is kind of...
  4. [RESOLVED] call to non-static member function without an object argument?

    Hi, I'm trying to learn c++. I just came across a error I couldn't figure out.

    I keep getting this error: "call to non-static member function without an object argument "

    For this line :
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured