tynker's blog

By tynker, 8 hours ago, In English
  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

  • Vote: I like it
  • +12
  • Vote: I do not like it