Conio.h error in vscode

https://imgur.com/T3t4QTq
After installing as you said, I am still getting error for functions like getch(), strrev. Please help

I am not an expert in C but apparently strrev is not part of any standard (and doesn’t exist in Linux) and getch belongs to the ncurses library. See:
https://stackoverflow.com/questions/8534274/is-the-strrev-function-not-available-in-linux
https://stackoverflow.com/questions/45413808/how-to-use-getch-function-of-c-in-linux

2 Likes