hello I am new to C++, someone told me it was good if I wanted to make my code run more quickly, I tried to use python but it was too slow, so I am now trying in C++.
I want to make like a desktop assistant, so I can tell my computer to "open google" (example) and it will recognise my speech. It should be constantly listening (its a console app in microsoft visual studio community), how can I do this?
