I do not use the AdGuard extension. I have uninstalled both the uBlock and Stylus extensions, as well as the Tampermonkey extension, since I began using AdGuard for Windows 7 months ago.
It does not use any extension APIs, it modifies traffic system wide using a local proxy. AdGuard performs all the functions of uBlock, as well as additional features such as HTTPS filtering, cosmetic (user scripts and user styles), as well as DNS. It works with any browser and application. I don't understand why you consider the desktop program to be useless...
Should Google be forced to stop promoting Chrome over other browsers?
Google pushes Chrome to anyone visiting its website using browsers other than Chrome.
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