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

Search:

Type: Posts; User: E_net4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    8,486

    Re: Problems with classes (C2061)

    Alright, that fixed it. The headers were the problem, it seems. Thanks again.
  2. Replies
    6
    Views
    8,486

    Re: Problems with classes (C2061)

    Many thanks for the quick replies. I admit I did the header guards in a bit of a hurry, so I will check into that.
    I've understood the idea of passing the parameter by reference, and I agree with...
  3. Replies
    6
    Views
    8,486

    [RESOLVED] Problems with classes (C2061)

    I'll try to be brief. I have several classes in my program, and now I'm having trouble making them work together. The details: I have classes Ball (Ball.cpp + Ball.h) and Wall (Wall.cpp + Wall.h). I...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured