Langage c
Fermé
martial
-
18 déc. 2013 à 10:56
WillyInfo Messages postés 2 Date d'inscription jeudi 19 décembre 2013 Statut Membre Dernière intervention 19 décembre 2013 - 19 déc. 2013 à 17:51
WillyInfo Messages postés 2 Date d'inscription jeudi 19 décembre 2013 Statut Membre Dernière intervention 19 décembre 2013 - 19 déc. 2013 à 17:51
A voir également:
- Langage c
- Langage ascii - Guide
- Langage binaire - Guide
- Pascal langage - Télécharger - Édition & Programmation
- Langage pascal - Télécharger - Édition & Programmation
- Dev-Pascal - Télécharger - Édition & Programmation
1 réponse
WillyInfo
Messages postés
2
Date d'inscription
jeudi 19 décembre 2013
Statut
Membre
Dernière intervention
19 décembre 2013
19 déc. 2013 à 17:51
19 déc. 2013 à 17:51
//Include LibC
#include <stdio.h>
#include <stdlib.h>
//Entier
Int Val=0;
//Chaîne de caractère
char buffer[MAZSIZE];
//Convert to Int
i=atoi("chaine a convertir");
//Convert to String
itoa(i,buffer,10);
#include <stdio.h>
#include <stdlib.h>
//Entier
Int Val=0;
//Chaîne de caractère
char buffer[MAZSIZE];
//Convert to Int
i=atoi("chaine a convertir");
//Convert to String
itoa(i,buffer,10);