Gestion d'une cabinet medical en C
scorpinfo
Messages postés
7
Date d'inscription
Statut
Membre
Dernière intervention
-
scorpinfo Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
scorpinfo Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
Bonjour tous le monde, est ce que vous pouvez m'aider a propos de mon mini-projet(gestion d'une cabinet medical en C) dont je suis besoin des fonctions (ajout d'un patient, suppression,modification...),
et merci pour votre attention.
:)
et merci pour votre attention.
:)
A voir également:
- Gestion d'une cabinet medical en C
- Logiciel gestion cabinet médical gratuit - Télécharger - Organisation
- Télécharger dictionnaire médical larousse gratuit pdf - Télécharger - Dictionnaires & Langues
- Logiciel gestion locative gratuit excel - Télécharger - Comptabilité & Facturation
- Logiciel gestion photo gratuit - Guide
- Gestion de fichiers - Télécharger - Gestion de fichiers
3 réponses
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) ;