Changeset 5fdaeab1
- Timestamp:
- Aug 6, 2024, 11:18:33 PM (4 months ago)
- Branches:
- master
- Children:
- 43ab5fb, e49c308
- Parents:
- d7cb0f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/jiada_liang_MMath/trait.tex
rd7cb0f7 r5fdaeab1 125 125 For example, \VRef[Figure]{f:GeneralizedEnumerationFormatter} shows that pre-existing C enumerations can be upgraded to work and play with new \CFA enumeration facilities. 126 126 Another example is adding constructors and destructors to pre-existing C types by simply declaring them for the old C type. 127 \CC fails at certain levels of legacy extension because many of the new \CC features must appear \emph{within} an aggregate definition , where it is impossible to change legacy library types.127 \CC fails at certain levels of legacy extension because many of the new \CC features must appear \emph{within} an aggregate definition due to the object-oriented nature of he type system, where it is impossible to change legacy library types. 128 128 129 129
Note: See TracChangeset
for help on using the changeset viewer.