I included it but it's still:
main.cpp: In function ‘int main()’:
main.cpp:66:20: error: ‘_kbhit’ was not declared in this scope
if( _kbhit() ) sign = _getch();
^
main.cpp:66:38: error: ‘_getch’ was not declared in this scope
if( _kbhit() ) sign = _getch();
Now it's all working but ofc I have another problem. When I don't include the part with stopping it, timewatch looks pretty, it's like in this nice rame, but when I include it it's just simple 00:00:00...
I hope you get what I mean..