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

Search:

Type: Posts; User: Tronfi

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    6,695

    Re: Deleting vectors

    Thanks for the response Paul.
    I have to compare the performance using STL and dont using it, so in this case i can't use any container.

    You're right about calling the variable "vector". I'll...
  2. Replies
    6
    Views
    6,695

    Deleting vectors

    I'm having some troubles when I try to delete some pointers.

    I have a structure like this:


    struct vPos{
    int *vector;
    int **pos;
    };
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured