Drawing
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Exercice 5
En utilisant les commandes fournies par la bibliothèque drawing.h
, réaliser la forme présentée ci-dessous. Penser bien à décomposer le problème en sous-problème.
Sample paper
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <stdlib.h>
#include "drawing.h"
int main() {
return 0;
}
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content