home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GLOSS.L < prev    next >
Encoding:
Text File  |  1993-12-01  |  2.4 KB  |  52 lines

  1.  
  2. %F,15,GLOSS.A%A  %F,15,GLOSS.B%B  %F,15,GLOSS.C%C  %F,15,GLOSS.D%D  %F,15,GLOSS.E%E  %F,15,GLOSS.F%F  %F,15,GLOSS.G%G  %F,15,GLOSS.H%H  %F,15,GLOSS.I%I  %F,15,GLOSS.K%K  %F,15,GLOSS.L%L  %F,15,GLOSS.M%M                    %C,1%GLOSSARY
  3. %F,15,GLOSS.N%N  %F,15,GLOSS.O%O  %F,15,GLOSS.P%P  %F,15,GLOSS.Q%Q  %F,15,GLOSS.R%R  %F,15,GLOSS.S%S  %F,15,GLOSS.T%T  %F,15,GLOSS.U%U  %F,15,GLOSS.V%V  %F,15,GLOSS.W%W  %F,15,GLOSS.Z%Z                              %C,1%L
  4. %F,15,GLOSS.K%Previous / %F,15,GLOSS.M%Next
  5. %#label%
  6. %C,14%LABEL
  7. An identifier followed by a colon, used to identify a statement
  8. or a group of statements in a program.  The label is usually the
  9. target of a %F,15,GLOSS.G#goto%goto or %F,15,GLOSS.S#switch%switch statement.
  10.  
  11. %C,14%LABELED STATEMENT
  12. A possibly empty statement immediately preceded by a label.
  13.  
  14. %C,14%LIGHT-WEIGHT OBJECT
  15. An object that is small.  A light-weight object is usually used
  16. for some specific purpose, such as exception handling.  It may not
  17. have data members, and all its member functions are %F,15,GLOSS.I#inlfunc%inline%C,5%.
  18.  
  19. %C,14%LINK
  20. To interconnect items of data or portions of one or more computer
  21. programs, such as linking object programs by a linkage editor or
  22. linking data items by pointers.
  23.  
  24. %C,14%LINKAGE EDITOR
  25. A program that resolves cross-references between separately
  26. compiled object modules and then assigns final addresses to create
  27. a single relocatable load module.  If a single object module is
  28. linked, the linkage editor simply makes it relocatable.
  29.  
  30. %C,14%LITERAL
  31. See %F,15,GLOSS.C#constant%constant%C,5%.
  32.  
  33. %C,14%LOAD MODULE
  34. A computer program in a form suitable for loading into main storage
  35. for execution.
  36.  
  37. %C,14%LOCAL SCOPE
  38. A name declared in a block has local scope and can only be used in
  39. that block.
  40.  
  41. %C,14%LONG CONSTANT
  42. An integer constant followed by the letter L or l.
  43.  
  44. %C,14%lvalue
  45. An expression that represents an object.  A modifiable  lvalue
  46. can be both examined and changed.  lvalue is case-sensitive
  47. and must always be all lowercase.
  48.  
  49. %F,15,GLOSS.K%Previous / %F,15,GLOSS.M%Next
  50. %F,15,GLOSS.A%A  %F,15,GLOSS.B%B  %F,15,GLOSS.C%C  %F,15,GLOSS.D%D  %F,15,GLOSS.E%E  %F,15,GLOSS.F%F  %F,15,GLOSS.G%G  %F,15,GLOSS.H%H  %F,15,GLOSS.I%I  %F,15,GLOSS.K%K  %F,15,GLOSS.L%L  %F,15,GLOSS.M%M
  51. %F,15,GLOSS.N%N  %F,15,GLOSS.O%O  %F,15,GLOSS.P%P  %F,15,GLOSS.Q%Q  %F,15,GLOSS.R%R  %F,15,GLOSS.S%S  %F,15,GLOSS.T%T  %F,15,GLOSS.U%U  %F,15,GLOSS.V%V  %F,15,GLOSS.W%W  %F,15,GLOSS.Z%Z
  52.