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

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Why certain projects always roll their own data structures/utility classes?

    Why certain projects always roll their own data structures/utililiy classes rather than
    using the C++ standard libraries? such as linked lists and queues?
    Is there a particular reason for this?
    Thanks
    Jack
    Last edited by lucky6969b; June 9th, 2014 at 02:33 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