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

Search:

Type: Posts; User: OReubens

Search: Search took 0.26 seconds.

  1. Replies
    24
    Views
    5,440

    Re: Heap Corruption during run time.

    but there's no reason why the java approach can't be applied to C++ just as easily. C++ viewn as just "C with objects", without the STL, without templates and without all the other things that...
  2. Replies
    24
    Views
    5,440

    Re: Heap Corruption during run time.

    There are so many things wrong with this both from a technical POV as a design POV that I'm not even sure I know where to start.

    lets have a start
    technical: why are you testing for m_arr[0]...
  3. Replies
    24
    Views
    5,440

    Re: Heap Corruption during run time.

    Please tell your teacher that they need to stop giving you guys idiotic restrictions that only serve to make you work AGAINST established industry standards. It's teachers like that which end up...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured