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

Search:

Type: Posts; User: EdwardKes

Search: Search took 0.02 seconds.

  1. Replies
    24
    Views
    5,429

    Re: Heap Corruption during run time.

    can't use the stl. it's a homework, so they want us to write everything by ourselves to practice.
  2. Replies
    24
    Views
    5,429

    Re: Heap Corruption during run time.

    thanks, so I don't need to delete the old one?
  3. Replies
    24
    Views
    5,429

    Heap Corruption during run time.

    Hello, I am having a problem with my code. I am trying to delete an array, after I created a bigger one, and copied all the values from the previous to the new one, but when i try to delete the old...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured