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

Search:

Type: Posts; User: ace_of_pentacles

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    13,101

    Re: Library and Template Trouble

    Sorry for my previous inadequacies.

    I have stripped down the code to be as small as possible yet still generate the error in question.

    So, I have these two files "test.h" (library) and...
  2. Replies
    8
    Views
    13,101

    Library and Template Trouble

    Hi all,

    I am trying to implement a generic smart pointer library which links to another main program. To make the smart pointer library generic I am using a template with a typename called...
  3. Replies
    5
    Views
    6,772

    Re: Operator Overloading

    Ah, I see. Of course, the constructor would have to be the first thing to be called.
    I feel a little silly now.

    Thank you for taking the time to help me out.
  4. Replies
    5
    Views
    6,772

    Operator Overloading

    Hi there,

    I'm trying to write a smart pointer class for an int variable but I've gotten a little stuck. Firstly, to declare a smart pointer to an int, I MUST use this line of code (As seen in the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured