User profile: evan795

User info
User name:evan795
History
Joined:
Number of posts:1
Latest posts:

trying to get a timer in a game i made, can't get it to work.
[code]#include <iostream> #include <cstdlib> using namespace std; int t=0; //timer int main() { in...