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

Автор tynker, 8 часов назад, По-английски
  1. make a directory bits anywhere

  2. copy the content from this link into /path/to/bits/stdc++.h

copy quickly using curl
  1. remove the header <cstdalign> from the file (LINE 55), otherwise compilation fails in some systems

  2. in compilation always add those parameters -I /path/to/bits, example: g++ test.cpp -std=c++17 -I ~/Documents/headers

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