Блог пользователя blazy2k9

Автор blazy2k9, 12 лет назад, По-английски

Runtime error during compilation(c++) can be avoided by removing unnecessary couts from your code. In short,respect the input/output formats. Am new here,and it did help me. It might help you too...

  • Проголосовать: нравится
  • -36
  • Проголосовать: не нравится

»
12 лет назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

Delete strings "cout << "enter your username" " and "system("pause") " and it will be fine.

And read the rules, by the way.