pascalabcnet/PABCNetHelp/LangGuide/Operations_Expressions/pointerop.html

19 lines
1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="операция разыменования">
</object>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title></title>
<link rel="StyleSheet" href="../../default.css"></head>
<body><H1>Операции с указателями</H1>
<p>
Ко всем указателям применимы
операции сравнения <code>=</code> и <code>&lt;&gt;</code>.</p>
<p>
К типизированным указателям применима <b><font color="#FF0000"><i>операция разыменования</i></font></b> <code>^</code>:
если <code>p</code> является указателем на тип <code>T</code>,
то <code>p^</code> - элемент типа <code>T</code>, на
который указывает <code>p</code>. Указатели <code>pointer</code>
разыменовывать нельзя.</p>
</body></html>