-
1 pointer to data member
Программирование: указатель на член данных (указатель, адресующий член данных класса)Универсальный англо-русский словарь > pointer to data member
-
2 pointer to data member
English-Russian electronics dictionary > pointer to data member
-
3 pointer to data member
The New English-Russian Dictionary of Radio-electronics > pointer to data member
-
4 pointer to data member
указатель на член данныхУказатель, адресующий член данных класса. -
5 pointer
1) указательб) вчт курсор с функцией выбора элементов на экране дисплеяв) вчт ссылкаг) знак или средство указания; указательная надпись2) вчт указательное устройствоа) устройство ввода координат, напр. графический планшетб) устройство управления положением курсора и манипулирования объектами на экране дисплея, напр. мышь•- pointer to function
- pointer to member
- backward pointer
- base pointer
- bearing pointer
- cell pointer
- dangling pointer
- embedded pointer
- forward pointer
- frame pointer
- hairline pointer
- I-beam pointer
- instruction pointer
- long pointer
- mouse pointer
- name pointer
- nil pointer
- null pointer
- operand pointer
- overflow pointer
- record pointer
- roving pointer
- short pointer
- smart pointer
- song position pointer
- stack pointer
- stack bottom pointer
- stack top pointer
- workspace pointer
- zero pointer -
6 pointer
1) указательб) вчт. курсор с функцией выбора элементов на экране дисплеяв) вчт. ссылкаг) знак или средство указания; указательная надпись2) вчт. указательное устройствоа) устройство ввода координат, напр. графический планшетб) устройство управления положением курсора и манипулирования объектами на экране дисплея, напр. мышь•- base pointer
- bearing pointer
- cell pointer
- dangling pointer
- embedded pointer
- forward pointer
- frame pointer
- hairline pointer
- I-beam pointer
- instruction pointer
- long pointer
- mouse pointer
- name pointer
- nil pointer
- null pointer
- operand pointer
- overflow pointer
- pointer to data member
- pointer to function
- pointer to member
- record pointer
- roving pointer
- short pointer
- smart pointer
- song position pointer
- stack bottom pointer
- stack pointer
- stack top pointer
- workspace pointer
- zero pointerThe New English-Russian Dictionary of Radio-electronics > pointer
-
7 pointer to member
указатель на член -
8 pointer to member
Программирование: указатель на член (to data to)
См. также в других словарях:
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … Wikipedia
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
pointer — /poyn teuhr/, n. 1. a person or thing that points. 2. a long, tapering stick used by teachers, lecturers, etc., in pointing things out on a map, blackboard, or the like. 3. the hand on a watch dial, clock face, scale, etc. 4. Mil. the member of… … Universalium
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia
Opaque pointer — In computer programming, an opaque pointer is a special case of an opaque data type, a datatype that is declared to be a pointer to a record or data structure of some unspecified type. Opaque pointers are present in several programming languages… … Wikipedia
Dangling pointer — Dangling pointers and wild pointers in computer programming are pointers that do not point to a valid object of the appropriate type. These are special cases of memory safety violations. Dangling Pointer Dangling pointers arise when an object is… … Wikipedia
Composite data type — In computer science, a composite data type is any data type which can be constructed in a program using its programming language s primitive data types and other composite types. The act of constructing a composite type is known as composition.… … Wikipedia
Plain Old Data Structures — (PODS) are data structures that are represented only as passive collections of field values, without using encapsulation or other object oriented features.Plain Old Data Structures are appropriate when there is a part of a system where it should… … Wikipedia
Linked list — In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the… … Wikipedia
const-correctness — In computer science, const correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia