formulahendry / formulahendry/vscode-code-runner

input didn't taken by compiler in c++

Open
#870 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

I get an issue in getting a input from the user.
example -
int main()
{
int a;
cout<"enter a number :"<>a;
return 0;
}
output 👎
enter a number :
//but here what the problem is compiler didn't allow to input a number.

for your reference my extension are:
1. code runner
2. c/c++
3. g++

please solve this issue asap.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.