pinoyboy82·15 yıl önce·discussAlso, using any stream buf in c++ is more "flexible" when compared to puts(), printf(), etc due to not having to define the type. Of course, you trade flexibility for performance.
pinoyboy82·15 yıl önce·discussGenerally, people on Linux will be compiling using Makefiles, so just use make -j<num cores> to speed it up.