What is the difference between remove and unlink functions in C++?
remove() is part of the C++ standard (N4860 29.11.14.30). unlink() is not.
remove()
unlink()