durfun 发表于 1.3.2004 16:39:10

hi, <br>who knows? <br>what is&quot;inline data&quot; ?<!--emo&:huh:--><img src='http://www.kaiyuan.org/modules/ipboard/html/emoticons/huh.gif' border='0' style='vertical-align:middle' alt='huh.gif' /><!--endemo--> <br><br>i.e.parameter data can be assigned &quot;inline&quot;...<br><br>thank you very much.<br><br>

游侠 发表于 1.3.2004 16:54:47

What&#39;s the context?<br><br>In the context of programming languages, &quot;inline&quot; means to insert the content of another file into (or after) the specific line.

游侠 发表于 1.3.2004 17:10:24

The other use of &quot;inline&quot;, I remember, is to write one or more commands in the form of a function, but declare it &quot;inline&quot;. So these commands are inserted into the program code each time you use it, instead of being called as a function. It is similar to &quot;macros&quot;.<br><br>In fact: &quot;inline&quot; means there to insert something &quot;in&quot; this &quot;line&quot;.<br><br>May be there are also other interpretations that I don&#39;t know.

durfun 发表于 1.3.2004 17:17:17

thank you youxia,<br><br>i think what you said ist what i want. <!--emo&:)--><img src='http://www.kaiyuan.org/modules/ipboard/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
页: [1]
查看完整版本: what does it mean here?