CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 43

Threaded View

  1. #15
    Join Date
    Apr 2013
    Posts
    33

    Re: When to use pointers?

    I understand. I imagine there'll be cases where I'll have to expose my pointers, such as when a factory creates and returns a new product (OOP). Will smart pointers (scope) be good for that?
    Last edited by royibernthal; April 6th, 2013 at 03:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured