Vertaling van "const char" 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.
Doit avoir la même longueur que le nombre d'arguments de la requête. const char *nulls
Must have same length as the statement's number of arguments. const char nulls
Pour une portabilité maximale, vous devriez structurer votre code de sorte qu'il fonctionne avec des chaînes de caractères constantes qui ont le type « const char ».
For maximum portability, you should structure your code so that it works with string constants that have type "const char ". -fno-elide-constructors
Par défaut, G++ utilise le type « const char » comme requis par le standard.
By default, G++ uses type "const char " as required by the standard.
Maintenant, vous pouvez rencontrer une erreur de compilation, ou un const char* ne peut pas être converti en un char*.
Now, you may run into a compiler error where a 'const char*' cannot be converted in a 'char*'.
Sonde qui se déclenche quand une transaction échoue. arg0 est l'identifiant de transaction query-start (const char )
Probe that fires when a transaction completes unsuccessfully. arg0 is the transaction id. query-start (const char )
errmsg(const char *msg,...) spécifie le message texte primaire de l'erreur et les possibles valeurs d'exécutions à insérer dedans.
errmsg(const char *msg,...) specifies the primary error message text, and possibly run-time values to insert into it.
Le (format const char ,...) int printf fonction écrit la sortie dans le flux de sortie standard stdout et produit la sortie selon un format prévu.
The int printf(const char *format,...) function writes output to the standard output stream stdout and produces output according to a format provided.
Le (format const char ,...) int scanf fonction lit l'entrée du flux d'entrée standard stdin et balaye cette entrée selon le format fourni.
The int scanf(const char *format,...) function reads input from the standard input stream stdin and scans that input according to format provided.
Les arguments const char *arg ainsi que les points de suspension des fonctions execl, execlp, et execle peuvent être vues comme des arg0, arg1,..., argn.
The const char *arg and subsequent ellipses in the execl(), execlp(), and execle() functions can be thought of as arg0, arg1,..., argn.
Il existe une méthode additionelle, i18nc(), qui prend pour paramètres deux const char*.
There is an extended version of i18n() which takes two const char* arguments.
Vous pouvez également utiliser int fscanf (FILE fp, const char format,...) fonction pour lire des chaînes à partir d'un fichier, mais il arrête la lecture après les premières rencontres de caractère d'espace.
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.
Maintenant nous devons aussi créer un fichier typemap, car Perl, par défaut, ne supporte pas actuellement le type const char .
Now we also need to create a typemap file because the default Perl doesn't currently support the const char type.
Le prototype BSD pour gethostbyaddr() utilise const char comme premier argument.
The BSD prototype for gethostbyaddr() uses const char for the first argument.