Examples with "string en C" and their translation 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.
La forma más fácil de convertir int a string en C++
¿Cuál es la diferencia entre String y string en C ?
¿Cómo puedo contar cuantas veces se repite un string dentro de otro string en C++?
¿Cómo separar las palabras que contiene un string en C++?
Andere resultaten
Últimamente, se considera que un buen enfoque consiste en el almacenamiento de texto Unicode codificado en UTF-8 en instancias de la clase std::string en código C++ multiplataforma.
Recently, conventional wisdom seems to suggest that a good approach consists of storing Unicode text encoded in UTF-8 in instances of the std::string class in cross-platform C++ code.
system() ejecuta una orden especificada en string llamando a/bin/sh -c string, y regresa después de que la orden se haya terminado de ejecutar.
system() executes a command specified in command by calling/bin/sh -c command, and returns after the command has been completed.
Para crear un string UCS-2 en código C no hay más que poner una L inmediatamente antes: L"Hola".
To create a literal UCS-2 string in C code you just put an L before it as so: L"Hello".
Se puede declarar la longitud y la precisión (el número de dígitos después del punto decimal) C String
You must declare a length and a precision (the number of digits after the decimal point) C String
Por ejemplo, podemos elegir que el tipo de a sea Int, b sea String y c sea String.
For example, we might choose the type a to be Int, b to be String and c to be String.
La característica raw string del C++11 pudiera usarse para evitar este problema.
The C++11 raw string feature could be used to avoid the problem.
A esta función se le pasa "1234" como un string de estilo C, así que tiene un terminador null.
This function is passed "1234" as a C-style string, so it has a null terminator.
6 Si omite el parámetro formatoTexto, 4D utiliza por defecto el formato Mac C string.
6 If you omit the textFormat parameter, by default 4D uses the Mac C string format.
Este código de ejemplo proporciona una función simple de C++, stringFromJNI(), que muestra la string "Hello from C++".
This sample code provides a simple C++ function, stringFromJNI(), that returns the string "Hello from C++".