- dereference
- разыменовывать (ссылки) , снимать косвенность (ссылок) Разыменовать dereference вчт. разыменовывать
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
Dereference operator — The dereference operator or indirection operator, denoted by * (i.e. an asterisk), is a unary operator found in C like languages that include pointer variables. It operates on a pointer variable, and returns an l value equivalent to the value at… … Wikipedia
dereference — verb a) To obtain the value stored therein in an execution context which interprets that value as the address of a memory location b) to access the thing to which the pointer points … Wiktionary
dereference — [di: rɛfərəns] verb Computing obtain the address of a data item held in another location from (a pointer) … English new terms dictionary
dereference — … Useful english dictionary
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
Chown — UNIX‐утилита, изменяющая владельца и/или группу для указанных файлов. В качестве имени владельца/группы берётся первый аргумент, не являющийся опцией. Если задано только имя пользователя (или числовой идентификатор пользователя), то данный… … Википедия
chown — chown (от англ. change owner) UNIX‐утилита, изменяющая владельца и/или группу для указанных файлов. В качестве имени владельца/группы берётся первый аргумент, не являющийся опцией. Если задано только имя пользователя (или числовой… … Википедия
Uniform Resource Locator — is an URI which also specifies where the identified resource is available and the protocol for retrieving it. [ [http://www.faqs.org/rfcs/rfc1738.html RFC 1738 Uniform Resource Locators] ] In popular usage and many technical documents, it is… … Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia
Reference (C++) — In the C++ programming language, a reference is a simple reference datatype that is less powerful but safer than the pointer type inherited from C. The name C++ reference may cause confusion, as in computer science a reference is a general… … Wikipedia