Examples with "const string" and their translation in Spaans
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.
LPCSTR indicates a pointer to a const string, one that can not or will not be modified.
Por lo tanto LPCSTR representa así que esto podría leerse "Puntero a un String Constante", uno que no se puede modificar.
Output: void MyClass::DoStringOps(const String & foo, const String & bar String *p, const int & a, const int & b)
Andere resultaten
summary () const Returns a string with the name, number of successes and failures.
Le cambia el nombre a la prueba por hilera que contiene el nombre, cantidad de éxitos y fallas.
The type of the first string is the usual const char.
The type of the first string is the usual const char[].
Finally, several functions in the C standard library violate const-correctness, as they accept a const pointer to a character string and return a non-const pointer to a part of the same string. strtol and strchr are among these functions.
Finalmente, varias funciones en la biblioteca estándar de C no cumplen con la correctitud de constantes, dado que reciben punteros const a cadenas de caracteres y devuelven un puntero no-const a una parte de la misma cadena.
Mensaje "msg" must be a literal (char*) string or and object that can be converted into a (const char ).
El mensaje "msg" debe ser una hilera (char*) literal o un objeto que pueda convertirse en (const char ).
If no l modifier is present: the const char argument is expected to be a pointer to an array of character type (pointer to a string).
Si no está presente un modificador l: se espera que el argumento const char sea un puntero a un vector (array) de tipo carácter (puntero a una cadena de caracteres).
You can use int fprintf(FILE *fp, const char *format,...) function as well to write a string into a file.
También puede utilizar la función fprintf int (FILE fp, const char formato,...) para escribir una cadena en un archivo.
The second parameter (const PString & token) is a reference to a string that uniquely identifies a particular connection within the OpenH323 endpoint.
El segundo parámetro (const PString & token) es una referencia a una cadena que identifica de manera única a una conexión particular dentro del endpoint OpenH323.
Again you provide the cross reference in the EDI Contact loop via the following filter string: "External Identification Type"=CONST(GLN).
Una vez más, la referencia cruzada en el bucle de contacto EDI se proporciona a través de la siguiente cadena de filtro: "External Identification Type"=CONST(GLN).
You can also use int fscanf(FILE *fp, const char *format,...) function to read strings from a file but it stops reading after the first space character encounters.
También puede utilizar int fscanf (FILE fp, const char formato,...) para leer cadenas de un archivo, pero deja de leer después de encontrarse con el primer carácter de espacio.