home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GLOSS.B < prev    next >
Encoding:
Text File  |  1993-12-01  |  2.7 KB  |  58 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%B
  4. %F,15,GLOSS.A%Previous / %F,15,GLOSS.C%Next
  5. %#base%
  6. %C,14%BASE CLASS
  7. A class from which other classes are derived.  A base class may
  8. itself be derived from another base class.  See also
  9. %F,15,GLOSS.A#abstr%abstract_class%C,5%.
  10.  
  11. %C,14%BINARY
  12. Pertaining to a system of numbers to the base two.  The binary
  13. digits are 0 and 1.
  14.  
  15. %C,14%BINARY EXPRESSION
  16. An operation containing two operands and one operator.
  17.  
  18. %C,14%BIT-FIELD
  19. A member of a structure or union that contains 0 or more bits.
  20. %#block%
  21. %C,14%BLOCK STATEMENT
  22. Any number of data definitions, declarations, and statements that
  23. appear between the symbols {, left brace, and }, right brace.
  24. %#braces%
  25. %C,14%BRACES
  26. The characters {, left brace, and }, right brace.   See also
  27. %F,15,GLOSS.B#brackets%brackets and %F,15,GLOSS.P#paren%parenthesis%C,5%.
  28. %#brackets%
  29. %C,14%BRACKETS
  30. The characters [, left bracket, and ], right bracket.  Also known
  31. square brackets.  See also %F,15,GLOSS.B#braces%braces and %F,15,GLOSS.P#paren%parenthesis%C,5%.
  32.  
  33. %C,14%BREAK STATEMENT
  34. A language control statement that contains the word BREAK and a
  35. semicolon.  It is used to end an iterative or a switch statement by
  36. exiting from it at any point other than the logical end.  Control
  37. is passed to the first statement after the iteration or switch
  38. statement.
  39.  
  40. %C,14%BYTE
  41. The amount of storage required to represent one character; a byte
  42. is 8 bits.
  43. %#buffer%
  44. %C,14%BUFFER
  45. A portion of storage used to hold input or output data temporarily.
  46.  
  47. %C,14%BUFFER FLUSH
  48. A process that removes the contents of a buffer.  After a buffer
  49. flush, the buffer is empty.
  50. %#bdatatyp%
  51. %C,14%BUILT-IN DATA TYPE
  52. A data type that is provided by the compiler.  These include the
  53. %F,15,GLOSS.F#fdatatyp%fundamental_data_types and arrays, pointers and references.
  54.  
  55. %F,15,GLOSS.A%Previous / %F,15,GLOSS.C%Next
  56. %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
  57. %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
  58.