| Re: traverse linked list (Fortran 90) |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: Gary ScottGary Scott Date: Sep 17, 2008 05:44
glen herrmannsfeldt wrote:
> Ron Ford wrote:
> (snip)
>
>> I'm given to understand that data structures on Turing-complete machines
>> are somehow all the same. Glen mentioned that the directory
>> structure--folders--for the original apples was flat, as opposed to the
>> tree I think of when I think of a directory.
>
>
> The original MacOS when they only used floppies or small
> hard disks.
>
> The file system for OS/360, and still used with the
> successors to OS/360, uses a flat 44 character name space.
> It is normally divided up with somewhat like group.username.filename
> (Newer systems use both hierarchical (unix like) file system
> and the MVS file system at the same time.)
>
> -- glen
>
I think on VM though, you have to go to special effort in most
installations to set up and use the HFS.
--
Gary Scott
mailto:garylscott@sbcglobal dot net
Fortran Library: http://www.fortranlib.com
Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html
If you want to do the impossible, don't hire an expert because he knows
it can't be done.
-- Henry Ford
|