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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.15 seconds.

  1. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    qui docet doctores?
  2. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    But if you are using c++ 'correctly' - ie high level - how often do you need the low-level detail? IMO if you are regularly using the 'low level detail' (unless you really are twiddling bits) then...
  3. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    Agreed, but try getting the teachers to do this!:cry:

    PS I think the benefit of the java approach is starting to filter through as there is now an 'early object' version of the well known Deitel...
  4. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    Probably because Java/JDK is taught integrated as a 'whole' - whereas c++ tends to be taught as four distinct parts 'the c part of c++, classes, STL and Templates. Many courses just do the 'c' part...
  5. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    I agree. IMO part of the 'problem' is that whilst students are taught how to write correct c++ syntax, they are not taught properly how to design a program - what the classes should be, what are the...
  6. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    What exactly did the assignment require? Were any of the class definitions/methods provided or have you devised your own?

    In a c++ class I wouldn't expect a member function to have a definition of...
  7. Replies
    24
    Views
    5,454

    Re: Heap Corruption during run time.

    Why not just use the STL std::vector?
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured