What is the difference between remove and unlink functions in C++?
remove is portable, and unlink is Unix-specific. :-P
remove
unlink