Gestion d'une cabinet medical en C
Fermé
scorpinfo
Messages postés
7
Date d'inscription
jeudi 20 août 2009
Statut
Membre
Dernière intervention
15 mai 2011
-
8 mai 2011 à 13:07
scorpinfo Messages postés 7 Date d'inscription jeudi 20 août 2009 Statut Membre Dernière intervention 15 mai 2011 - 15 mai 2011 à 12:17
scorpinfo Messages postés 7 Date d'inscription jeudi 20 août 2009 Statut Membre Dernière intervention 15 mai 2011 - 15 mai 2011 à 12:17
A voir également:
- Gestion d'une cabinet medical en C
- Télécharger dictionnaire médical larousse gratuit pdf - Télécharger - Dictionnaires & Langues
- Logiciel de gestion de cabinet médical gratuit - Télécharger - Organisation
- Logiciel gestion photo gratuit - Guide
- Logiciel gestion locative gratuit excel - Télécharger - Comptabilité & Facturation
- Logiciel gestion cave à vin gratuit excel - Télécharger - Cuisine & Gastronomie
3 réponses
fiddy
Messages postés
11069
Date d'inscription
samedi 5 mai 2007
Statut
Contributeur
Dernière intervention
23 avril 2022
1 843
8 mai 2011 à 14:49
8 mai 2011 à 14:49
Bonjour,
A toi de nous dire ce qu'on peut faire pour t'aider.
Cdlt,
A toi de nous dire ce qu'on peut faire pour t'aider.
Cdlt,
scorpinfo
Messages postés
7
Date d'inscription
jeudi 20 août 2009
Statut
Membre
Dernière intervention
15 mai 2011
15 mai 2011 à 12:12
15 mai 2011 à 12:12
bonjour,
ou est la faut dans ce code:
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
struct element
{
int donnee;
struct element* suivant;
};
typedef struct element ;
struct date
{ int j,m,a;
};
typedef struct patient{
char nom[20],prenom[20];
int age;
char medicaments[40],traitements[40];
date date_de_naissance;
date date_de_connsultation;
}malade;
element saisie(patient t)
{
printf("donner votre nom ");
scanf("%s",&t.nom) ;
ou est la faut dans ce code:
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
struct element
{
int donnee;
struct element* suivant;
};
typedef struct element ;
struct date
{ int j,m,a;
};
typedef struct patient{
char nom[20],prenom[20];
int age;
char medicaments[40],traitements[40];
date date_de_naissance;
date date_de_connsultation;
}malade;
element saisie(patient t)
{
printf("donner votre nom ");
scanf("%s",&t.nom) ;
scorpinfo
Messages postés
7
Date d'inscription
jeudi 20 août 2009
Statut
Membre
Dernière intervention
15 mai 2011
15 mai 2011 à 12:17
15 mai 2011 à 12:17
il m'affiche :
error: stray '\240' in program
error: stray '\240' in program