Code Library
Home Submit Free Hosting Link To Us Contacts

CPP Star write - Printf example

CPP Star write - Printf example CPP CPP Star write - Printf example Download (.zip)



#include <conio.h>
#include <stdio.h>

void main()
{
 while(!kbhit()) printf("*");
}




  • CPPStar write - Printf example


Tatet