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

Search:

Type: Posts; User: Peter_B

Search: Search took 0.04 seconds.

  1. Re: Creating New Objects! (but not what you may think)

    :confused: Why not just make a constructor for your class, then make instances of it using new?
  2. Re: Creating New Objects! (but not what you may think)

    You might want to look at using a Factory - try http://en.wikipedia.org/wiki/Factory_method_pattern
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured