Home
Submit
Free Hosting
Link To Us
Contacts
CPP Star write - Printf example
CPP
Download
(.zip)
#include <conio.h>
#include <stdio.h>
void main()
{
while(!kbhit()) printf("*");
}
CPP
Star write - Printf example