home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GLOSS.U < prev    next >
Encoding:
Text File  |  1993-12-01  |  2.1 KB  |  43 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%U
  4. %F,15,GLOSS.T%Previous / %F,15,GLOSS.V%Next
  5. %#ultcom%
  6. %C,14%ULTIMATE CONSUMER
  7. The target of data in an input and output operation.  An ultimate
  8. consumer can be a file, a device, or an array of bytes in memory.
  9. %#ultpro%
  10. %C,14%ULTIMATE PRODUCER
  11. The source of data in an input and output operation.  An ultimate
  12. producer can be a file, a device, or an array of bytes in memory.
  13.  
  14. %C,14%UNARY EXPRESSION
  15. An expression that contains one operand.
  16.  
  17. %C,14%UNION
  18. A variable that can hold any one of several data types, but only
  19. one data type at a time.
  20.  
  21. %C,14%UNION TAG
  22. The identifier that names a union data type.
  23.  
  24. %C,14%UNSPECIFIED ARGUMENT
  25. An argument that is not explicitly declared in a function
  26. definition but is represented by ellipsis, ..., at the end of
  27. the %F,15,GLOSS.F#formal%formal_argument list.  When a function is declared with
  28. unspecified arguments, you can call it with a variable
  29. number of arguments.
  30.  
  31. %C,14%USER-DEFINED CONVERSION
  32. A %F15,GLOSS.C#conversn%conversion performed by a conversion operator or a %F,15,GLOSS.C#const%constructor%C,5%.
  33. These conversions are called user-defined because the user
  34. rather than the compiler defines how the conversion is
  35. accomplished.
  36.  
  37. %C,14%USER-DEFINED TYPE
  38. A class, union, or structure.
  39.  
  40. %F,15,GLOSS.T%Previous / %F,15,GLOSS.V%Next
  41. %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
  42. %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
  43.