Ignore:
Timestamp:
Feb 8, 2024, 10:48:41 AM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
14755e5, 714e206
Parents:
211def2
Message:

copy enum proposal to enum thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/uw-ethesis-frontpgs.tex

    r211def2 r956299b  
    131131\begin{center}\textbf{Abstract}\end{center}
    132132
    133 Enumerated type ...
     133An enumeration is a type defining an ordered set of named constant values, where a name abstracts a value, e.g., @PI@ versus @3.145159@.
     134C restrict an enumeration type to the integral type @signed int@, which \CC support , meaning enumeration names bind to integer constants.
     135\CFA extends C enumerations to allow all basic and custom types for the enumeration type, like other modern programming languages.
     136Furthermore, \CFA adds other useful features for enumerations to support better software-engineering practices and simplify program development.
    134137
    135138\cleardoublepage
Note: See TracChangeset for help on using the changeset viewer.