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

Search:

Type: Posts; User: nlnvcd

Search: Search took 0.02 seconds.

  1. Thread: what is wrong?

    by nlnvcd
    Replies
    10
    Views
    5,682

    Re: what is wrong?

    andreas, what's a good book i should read? thanks
  2. Thread: what is wrong?

    by nlnvcd
    Replies
    10
    Views
    5,682

    Re: what is wrong?

    andreas you saved my day, this line does it
    fooTest(some_S x, int y) : foo(x, y)

    everyone thanks for all of your comment
  3. Thread: what is wrong?

    by nlnvcd
    Replies
    10
    Views
    5,682

    Re: what is wrong?

    is there anything besides the ";"
  4. Thread: what is wrong?

    by nlnvcd
    Replies
    10
    Views
    5,682

    Re: what is wrong?

    thanks for the quick reply kurt

    the issue is this "no overloaded function takes 2 arguments" while compiling
  5. Thread: what is wrong?

    by nlnvcd
    Replies
    10
    Views
    5,682

    what is wrong?

    what is wrong with this code?

    class foo
    {
    public:
    foo();
    foo(some_S x, int y);
    ~foo();
    }
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured