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

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

Hello, recently I bought a macbook and changed my operating system to Mac Os, now I have many problems with coding with my new operating system. I'm already using Xcode and compile my codes with gcc, can anyone explain any way or how to compile codes with g++, for example a program or a compiler?
thank you

Полный текст и комментарии »

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

Автор iPs, 10 лет назад, По-английски
  • Проголосовать: нравится
  • -18
  • Проголосовать: не нравится

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

Is there anyway to increase speed of cin & cout streams? Like scanf & printf ?
UPD: Yes! By placing this line in the beginning of program ios_base::sync_with_stdio(false);
UPD2: Also! By placing this line in the beginning of program cin.tie(NULL); >> tnx adamant

Полный текст и комментарии »

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