Emp Coding
@darklordplati
I mainly focus on cpp and do some html and stuff.
I need to run a timer while the program is la running something else. When the timer stops, the program will stop as well
My code is showing errors.
CPPStudent7308 If you use the file , and use the command sleep(number of seconds); , you can make the program stop for a certain number of seconds. This works in C++, which looks like what you could be using. Let me know if this answers your question.4 years ago
if (answer == "cout << \"go forward\";") {
cout << "The gangster leaved";
}
that doesnt check if it is
cout << "go forward";
dunno why thou
Is cpp graphics possible on repl.it, if so can anyone show me a example of any graphics. Thanks
frogovalgoggles If you mean a User Interface, thats totally possible by using ASCII art. As for animated graphics, thats a bit trickier since you'd need to use wait() probably. I just stick to static graphics with my programs though.10 months ago