Vertaling van "pointer to" in Pools
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.
A variable is nothing more than a pointer to the actual data.
Zmienna nie jest niczym więcej niż wskaźnik do rzeczywistych danych.
Otherwise, a pointer to a string in a static area is returned.
W przeciwnym przypadku, zwracany jest wskaźnik do napisu w obszarze pamięci statycznej.
The argument addr is a pointer to a sockaddr structure.
The arguments are a pointer to a memory buffer containing the options and the option length.
Argumenty są wskaźnikiem do bufora pamięci zawierającego opcje i ich długości.
This creates a new pointer to the same commit you're currently on.
Polecenie to tworzy nowy wskaźnik na ten sam zestaw zmian, w którym aktualnie się znajdujesz.
It should take two arguments - a pointer to the data and a size
Powinna przyjmować dwa argumenty -wskaźnik na dane i rozmiar
The result from malloc will return a pointer to the allocated memory.
Wynik działania malloc zwróci wskaźnik do przydzielonej pamięci.
In the previous example, we declared a pointer to a string.
W poprzednim przykładzie, zadeklarowaliśmy wskaźnik do łańcucha.
Thus, each element in ptr, now holds a pointer to an int value.
Tak więc, każdy element ptr, obecnie posiada wskaźnik do wartości int.
A pointer to a routine which is the interface for sequential retrieval from the database.
Wskaźnik do funkcji stanowiącej interfejs dla sekwencyjnego pobierania danych z bazy.
Here, we need to define a pointer to string without defining how much memory is required.
Tutaj musimy zdefiniować wskaźnik do łańcucha bez określenia, ile pamięci jest wymagane.
For example *var; will pointer to a variable var.
Na przykład var; będzie wskaźnik do zmiennej var.
A pointer to a routine to remove key/data pairs from the database.
Wskaźnik do funkcji usuwającej pary klucz/dane z bazy danych.