home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GLOSS.M < prev    next >
Encoding:
Text File  |  1993-12-01  |  2.6 KB  |  51 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%M
  4. %F,15,GLOSS.L%Previous / %F,15,GLOSS.N%Next
  5.  
  6. %C,14%MACRO CALL
  7. An identifier followed by a list, in parentheses, of arguments
  8. that the preprocessor replaces with the replacement code located
  9. in a preprocessor %F,15,GLOSS.D#define%define_statement%C,5%.
  10.  
  11. %C,14%MAIN FUNCTION
  12. An external function that has the identifier main.  Each program
  13. must have exactly one external function named main( ). This
  14. function begins and ends program execution.
  15. %#mangle%
  16. %C,14%MANGLING
  17. The encoding, during compilation, of identifiers such as function
  18. and variable names to include type and scoping information.  The
  19. linker uses these mangled names to ensure %F,15,GLOSS.T#typsaf%typesafe linkage.
  20.  
  21. %C,14%MANIPULATOR
  22. A value that can be inserted into streams or extracted from streams
  23. to affect or query the behavior of the stream.
  24. %#member%
  25. %C,14%MEMBER
  26. A data object or function in a structure, union or class.  Members
  27. can also be classes, enumerations, bit fields and type names.
  28.  
  29. %C,14%MEMBER BIT FIELD
  30. A class data member of integral type that occupies the number of
  31. bits specified in the class definition.
  32. %#memfunc%
  33. %C,14%MEMBER FUNCTIONS
  34. Operators and functions that are declared as members of a class.
  35. A member function has access to all %F,15,GLOSS.D#datamem%data_members and member
  36. functions of an object of its class.  Member functions are also
  37. called methods.
  38.  
  39. %C,14%METHOD
  40. Method is an object-oriented programming term synonymous with
  41. member function.
  42.  
  43. %C,14%MULTIPLE INHERITANCE
  44. An object-oriented programming technique implemented in C++ through
  45. derivation, in which the %F,15,GLOSS.D#derive%derived_class inherits members from more
  46. than one %F,15,GLOSS.B#base%base_class%C,5%.  See also %F,15,GLOSS.I#inher%inheritance%C,5%.
  47.  
  48. %F,15,GLOSS.L%Previous / %F,15,GLOSS.N%Next
  49. %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
  50. %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
  51.