This is not so much as a bug than as being inefficient. Change this to:
Code:system("CLS"); int ch; while (ch!=10) { system("CLS"); ... }Code:int ch; do { system("CLS"); ... } while (ch!=10)
|
Results 1 to 14 of 14
Thread: erase in vectorHybrid View
|
Click Here to Expand Forum to Full Width |