Re: "Dumb Debugginging on the Mainframe"



This part of the linked article made me laugh out loud:

"Years ago, with procedural languages, we used things like loops, function
calls, arrays, linked lists, queues and stacks. Now, in the 21st century
and with the advent of object-oriented programming, we've evolved to using
loops, function (sorry, method) calls, arrays, linked lists, queues and
stacks."



:-)

- - - - -
Timothy Sipples
IBM Consulting Enterprise Software Architect
Specializing in Software Architectures Related to System z
Based in Tokyo, Serving IBM Japan and IBM Asia-Pacific
E-Mail: timothy.sipples@xxxxxxxxxx
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

.



Relevant Pages

  • Re: Questions on Using Python to Teach Data Structures and Algorithms
    ... linked lists produces cache misses rather often, ... arrays do not. ... Small dynamic arrays are faster than linked ...
    (comp.lang.python)
  • Re: C++ vs. .net
    ... > in one of my C++ applications, I have quite a big amount of data ... > (linked lists, arrays, variables, ...) that I'd need to pass to a ...
    (microsoft.public.vc.language)
  • Re: what
    ... stacks, queues and linked lists - do trees as well if you are able. ... Not all other languages provide functions; in most that do the reusability ...
    (comp.lang.c)
  • Re: sort a generic linked list?
    ... Arrays are very sortable. ... Well, as pointed out also by Jon Skeet, linked lists can be sorted ... using mergesort in worst-case time O, without extra memory, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dinamically allocate array of array of structures
    ... I am able to do it for myfiles, but not with mydirs. ... Pseudo-code is ok. ... If this is not so simple I will use static arrays. ... Linked lists and arrays are very different things. ...
    (comp.lang.c)