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

Threaded View

  1. #1
    Join Date
    Dec 2004
    Posts
    7

    How can I dynamically increase an array in C#

    or delete a part of it, similar to C++: CArray.Add()/RemoveAt().
    Through ArrayList and using Buffer.BlockCopy I can double it but what about removing a part of it.
    Last edited by ser; January 30th, 2005 at 08:05 PM. Reason: 1

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