CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

#44020 #Pascal or C++ ? Message #44041
From: Tom Moran DDJ Forum · General/DDJ office January 17, 1993 12:10 AM
'simple in Ada … a pain in C … what kinds of things' Multitasking, object assignment (eg a:=b; where a and b are structures or arrays, not just ints or chars, with the compiler generating REP MOVs as appropriate), dynamic array sizes, multi (vs static/not static) level name space, the…
#43899 #Pascal or C++ ? Message #43908
From: Tom Moran DDJ Forum · General/DDJ office January 14, 1993 12:22 PM
I would slightly amend your statements: The news is that *any high level language* is _already_ … … is great for structured programming but when you need to do "fiddly" things, *assembly* is definitely the language of choice. C allows *the same kind as assembly of* integration of modules ……
#43704 #Pascal or C++ ? Message #43844
From: Tom Moran DDJ Forum · General/DDJ office January 12, 1993 9:22 PM
I'd venture that in 20 years C will be used as much as assembly is today. Large programs (unfortunately the wave of the future) will be written in a more structured language that will probably be a Pascal descendant.