Xcode C++ Console: Is there a limit on number of input characters? -
when paste or type string contains ~1000 characters console, ¿'s (upside down question marks) start appearing in input. once start appearing, can't delete characters i've entered, , pressing enter yields more ¿'s. program continues after hitting delete once , pressing enter again.
when cout << string obtained input , amount of characters equal number of ¿'s appeared in input missing string. there no missing characters in input, strange ¿'s.
it's not issue unknown characters, happens simple letters , digits. doesn't happen when input entered in pieces. there sort of limit on how many characters can entered console @ once, or different error? , can fixed? thanks!
Comments
Post a Comment