Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

rgb type def

 
typedef struct Couleur_
 { int rouge;
   int vert;
   int bleu;
 }
 Couleur;
Source by www.developpez.net #
 
PREVIOUS NEXT
Tagged: #rgb #type #def
ADD COMMENT
Topic
Name
3+2 =