Forgotten ES files + start of tutorial Lesson4 (about make_XXX)

This commit is contained in:
evomarc 2001-05-02 10:47:56 +00:00
commit 17484feeef
5 changed files with 700 additions and 11 deletions

View file

@ -142,7 +142,7 @@ See the parameter section of the Component-Based tutorial, or wait until
class, whose only purpose is the input of parameters.</font></li>
</ul>
<hr WIDTH="50%"><b><font color="#000099">eoParser:</font><font color="#FF0000">
<hr WIDTH="50%"><A NAME="paraminput"><b><font color="#000099">eoParser:</font><font color="#FF0000">
Modifying parameter values at run-time:</font></b>
<br><font color="#000000">Using an eoParser object, the parameter values
are read, by order of priority</font>
@ -154,7 +154,7 @@ are read, by order of priority</font>
<font color="#000000">from a text file</font></li>
<li>
<font color="#000000">from the environment</font></li>
<font color="#000000">from the environment (forthcoming, if somebody insists)</font></li>
<li>
<font color="#000000">from default values</font></li>
@ -174,8 +174,8 @@ the command-line or in a text file)</li>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b><tt><font color="#660000">--longKeyword=value</font></tt></b>&nbsp;&nbsp;&nbsp;&nbsp;
or&nbsp;&nbsp;&nbsp;&nbsp; <b><tt><font color="#660000">-c=value</font></tt></b>&nbsp;&nbsp;&nbsp;
if 'c' is the short keyword
or&nbsp;&nbsp;&nbsp;&nbsp; <b><tt><font color="#660000">-cvalue</font></tt></b>&nbsp;&nbsp;&nbsp;
if 'c' is the short keyword (though <b><tt><font color="#660000">-c=value</font></tt></b> also works)
<br>&nbsp;
<li>
so, after compiling the executable for Lesson 3 (<b><tt><font color="#FF6666">make