1

In CLion getch() is waiting for pressing of Enter button in this code

#include <iostream>
#include <conio.h>
using namespace std;

int main() {
char c = getch();
cout << c;
}

How can I fix it?

Terminal

Max Popov
  • 357
  • 2
  • 12

0 Answers0