- #1
Pipsqueakalchemist
- 138
- 18
- Homework Statement
- can I used console commands in windows application?
- Relevant Equations
- C++, visual studio
So I started working in a windows application. But i started having issues with blocking the event loop when using while loops that i never encountered before when using while loops in console application.
My theory is that I used commands like getch or cin to exit the loop in the window application and that those commands work fine in console but not in windows and that's why I can't exit my while loops and my event loop is blocked
Is this the case because if it's not then I'm at a complete loss because I've never encountered these issues before when coding in console.
My theory is that I used commands like getch or cin to exit the loop in the window application and that those commands work fine in console but not in windows and that's why I can't exit my while loops and my event loop is blocked
Is this the case because if it's not then I'm at a complete loss because I've never encountered these issues before when coding in console.