Tengo que hacer un trabajo en C++

Cerrado
zoe_0969 Message postés 1 Date d'inscription martes, 15 de enero de 2019 Estatus Miembro Última intervención martes, 15 de enero de 2019 - Modificado el 15 ene 2019 a las 04:47
el trabajo que tengo que hacer es que diga "mi primer programa"pero cada letra debe ir de un color distinto me pueden ayudar





#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int main()
{
Char 16;
system ("color 5E");
textcolor(0);
scanf("%c",& 1);
textcolor(1);
scanf("%c",& 2);
textcolor(2);
scanf("%c",& 3);
textcolor(3);
scanf("%c",& 4);
textcolor(4);
scanf("%c",& 5);
textcolor(5);
scanf("%c",& 6);
textcolor(6);
scanf("%c",& 7);
textcolor(1);
scanf("%c",& 8);
textcolor(2);
scanf("%c",& 9);
textcolor(3);
scanf("%c",& 10);
textcolor(4);
scanf("%c",& 11);
textcolor(5);
scanf("%c",& 12);
textcolor(6);
scanf("%c",& 13);
textcolor(7);
scanf("%c",& 14);
textcolor(0);
scanf("%c",& 15);
textcolor(1);
scanf("%c",& 16);
cprintf("Mi primer programa\n");
getch();
}