cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Bubble sort won't sort anything...
Page 2
Bubble sort won't sort anything...
Pages:
1
2
Dec 16, 2012 at 6:43pm UTC
Chervil
(7320)
Just my opinion, BlockInput() seems like a sledgehammer to crack a walnut. On a multi-tasking operating system, the user may wish to interact with other applications during that time but won't be able to.
Dec 16, 2012 at 6:47pm UTC
goth
(47)
Indeed, but I've tried every other possible way of blocking,removing,ignoring input and nothing has worked.
Dec 16, 2012 at 7:11pm UTC
Chervil
(7320)
I'm surprised that sync() didn't work.
Dec 16, 2012 at 7:55pm UTC
cire
(8284)
I'm surprised that sync() didn't work.
I don't know why that would be surprising. sync() isn't guaranteed to do anything at all on input streams.
Topic archived. No new replies allowed.
Pages:
1
2