This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
Data Hiding is not meant to hide details from YOU but to protect YOUR details from ignorant or malicious (anti-social) members of a large (i.e. more than one) programming team. Seems to work too.
It should come as no surprise that C is little more than warmed over PDP-11 assembly language. (With flow of control macros) When one works with data in C, one IS programming in assembler. This can be both a blessing and a curse.
#90016-
Modula-2 Programming
Message #90840
Nearly all of the new work is being done on the vax , which provides most of the Lint-like warnings. The realagedies here have not been {_caused by c compilation unit level inconsistencies, but by across link boundary level misuses of pointer parameters. This is as much of a specification…