Translation of struct from English into Spanish
Acronym
acr: structure
- The C program uses a struct to store player information.El programa en C usa struct para almacenar la información del jugador.
Examples of struct in a sentence
He defined a struct to bundle the coordinates together.
Translations of "struct" in Context ordered by category and frequency
Each element in a struct is specified with a unique accessor name.
Cada elemento de una estructura se especifica con un nombre de acceso único.
Every struct and union introduces its own name space of this kind.
Cada estructura y unión introduce su propio espacio de nombres de este tipo.
The results are then returned in a struct.
Los resultados se devuelven en una estructura.
So, four of the fields of the struct are meaningful.
Por tanto, cuatro de los campos de la estructura son relevantes.
struct: Examples and translations in context
To define a structure, you must use type and struct statements.
Para definir una estructura, debe utilizar el tipo y struct declaraciones.
They take a pointer to a struct arpreq as their parameter.
Toman un puntero a una estructura struct arpreq como argumento.
To define a structure, you must use the struct statement.
Para definir una estructura, debe utilizar la instrucción estructura.
When you copy a struct, the whole thing is duplicated, including all its values.
Cuando copias una estructura, todo se duplica, incluyendo todos los valores.
Creates the training data struct from a user supplied function.
Crea una estructura de datos de entrenamiento desde una función proporcionada por el usuario.
Returns True if the given object is a Uno struct.
Devuelve True si el objeto dado es una estructura Uno.
See also: