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

Search:

Type: Posts; User: salehhamadeh

Search: Search took 0.03 seconds.

  1. Re: Pass a class as an argument in a member function

    It was passing it to an outside function via the member function, but the issue is solved now.
  2. Re: Pass a class as an argument in a member function

    Thanks Joeman, th is exactly what I wanted :)
  3. Re: Pass a class as an argument in a member function

    Yeah, how can I do it?
  4. [RESOLVED] Pass a class as an argument in a member function

    I have a class called player and the member function move. In move, there is a function that needs the player as an argument. How can I pass the player itself as an argument to the function???
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured