Complier Skips Input #12312
Unanswered
Mr. Ryt (MrRyt247)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am facing this issue with only C++ files. C works perfectly well. In attempts to take input from the user (using
cinorcin.get()), the program doesn't wait from the user input. It just runs to the end. I use VSCode with GCC from Strawberry and the C/C++ Extension pack. Please help!I saw this log in the debug console in vscode. I hope it provides relevant info.
My code:
All reactions