Newsgroups: comp.lang.c
Path: utzoo!henry
From: henry@zoo.toronto.edu (Henry Spencer)
Subject: Re: Common areas/common data/data sharing
Message-ID: <1990Dec13.045055.14649@zoo.toronto.edu>
Organization: U of Toronto Zoology
References: <1990Dec13.014044.9258@nntp-server.caltech.edu>
Date: Thu, 13 Dec 90 04:50:55 GMT

In article <1990Dec13.014044.9258@nntp-server.caltech.edu> gceych@juliet.caltech.edu writes:
>I want to get the effect of FORTRAN group common blocks in C.  In other words,
>I want to be able to have 3 or 4 programs all sharing the same block of data,
>some reading from it and some writing to it, without storing it all to a file
>(file access is rather slow).  In FORTRAN, I would create a common block and
>INSTALL it using the VAX Installer...

You would be better off asking this question in one of the VMS groups; I
assume it's VMS Fortran you're talking about.  The answer is very
system-specific, because such a facility is not a standard part of C
(or of Fortran, for that matter).
-- 
"The average pointer, statistically,    |Henry Spencer at U of Toronto Zoology
points somewhere in X." -Hugh Redelmeier| henry@zoo.toronto.edu   utzoo!henry
