Newsgroups: comp.sys.transputer
From: thiruvat@clyde.mcs.anl.gov (George Thiruvathukal)
Subject: Block Structure
Organization: Math & Computer Science Div., Argonne Nat'l Lab, Chicago, Illinois
Date: Mon, 9 May 1994 15:18:41 GMT
Message-ID: <76849672122769@clyde.mcs.anl.gov>

A question was posed about whether C++ has block structure. As is the case in
C, C++ does not have block structure. For those interested in how to do block
structure in C, consider picking up the p2c (Pascal to C) translator. Pascal
has block structure, and p2c will illustrate how to generate code for static
links in the C language.

-George Thiruvathukal

