Les fichiers
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Exercice 4
Ecrire le code d'une fonction permettant d'ajouter un enregistrement struct complex
à la fin d'un fichier.
Déterminer les paramètres et les valeurs de retour de la fonction.
struct complex
{
float real;
float img;
};
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content