It will replace high wages not workers. Same amount of workers or a little less but the overall pay that goes to employees will go down. Instead of paying someone fully qualified to do a job you pay someone less than half to check over the AI. The bonus thing is you hold the AI to account not a human when errors are made also. Public sector will be all over this.
Question
figgy
How to implement press any key to continue?
The following doesn't work, it requires me to press enter.
void pressAnyKeyToContinue() { cin.sync(); cout << endl << "Press any key to continue..." << endl; cin.get(); }Neither does getchar(); instead on cin.get();
Link to comment
https://www.neowin.net/forum/topic/886026-c-implement-press-any-key-to-continue/Share on other sites
15 answers to this question
Recommended Posts