Changeset 67748f9 for doc/theses/mike_brooks_MMath/background.tex
- Timestamp:
- Dec 13, 2025, 4:52:46 PM (3 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 35fc819
- Parents:
- fe6047c
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/background.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/background.tex
rfe6047c r67748f9 626 626 void f( int n, float[][n] ); $\C{// array of VLAs}$ 627 627 \end{cfa} 628 as a repeat,without an error about conflicting types for @f@.629 Yet, entirely different stride calculations would occur in a function body whose parameters were declared in each of the twostyles.628 without an error about conflicting types for @f@. 629 Yet, entirely different stride calculations occur in the function body for each of the two parameter styles. 630 630 631 631 \begin{figure} … … 794 794 795 795 \subsection{Arrays Could be Values} 796 \label{s:ArraysCouldbeValues} 796 797 797 798 All arrays have a know runtime size at their point of declaration.
Note:
See TracChangeset
for help on using the changeset viewer.