Recent content by Assassin_15

  1. A

    C++ password

    Dude u can use delay function to do this here's the following code for this instead of sleep: //header file is <process.h> for exit(0) to close program delay(5000); exit(0);