Vertaling van "un pointer" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
N-as avea nevoie de eșantionare, doar de un pointer.
I wouldn't need an accurate sampling, just a pointer.
Este practic un pointer catre o lista de caractere si o dimensiune.
It is essentially a pointer to a list of characters and a dimension.
Utilizați un pointer pentru o citire mai rapidă liniară.
Ea returnează un pointer la un spaţiu liber.
That function returns a pointer to a character string.
N-am nevoie un pointer pentru a citi un grafic.
l don't need a pointer to read a graph.
Numele sirului este un pointer constant la aceasta adresa de baza.
The name of an array is a pointer to the start of
Nu am un pointer aici, dar vedeți în verde, un fel de dreptunghi sau trapez?
I don't have a pointer here, but you see the green, sort of rectangle or trapezoid?
Ei bine, da-mi un pointer, bine?
Well, give me a pointer, all right?
Deci, o clasă, fiind un tip de referință, este stocată ca un pointer, ca o referință la o altă locație în heap, unde este stocată în mod real valoarea.
So, a class, being a reference type, is stored as a pointer, a reference to some other place in the heap, where the actual value is stored.
Din momement ce datele pot fi într-unul din cele trei spații de memorie, de obicei, este oferit un mecanism pentru determina la ce memorie se referă un pointer, fie prin constrângerea tipului pointer-ului să includă spațiul de memorie, fie stocând metadate împreună cu pointer-ul.
Since data could be in one of three memory spaces, a mechanism is usually provided to allow determining to which memory a pointer refers, either by constraining the pointer type to include the memory space, or by storing metadata with the pointer.
Nu am un pointer aici,
I don't have a pointer here,
Operandul este o valoare-stînga iar rezultatul este un pointer la obiectul referit de valoarea-stînga.
The result of the unary&operator is a pointer to the object or function referred to by the lvalue or function designator.
Expresia care-l urmează trebuie să fie un pointer, iar rezultatul este o valoare-stînga care se referă la obiectul către care indică expresia.
The unary operator means "indirection"; the cast expression must be a pointer, and the result is either an lvalue referring to the object to which the expression points, or a function designator.