Deleting File from pure C/C++

I want to create a temporary file, and then after use i delete it

how do i do this in c/c++ without recourse to OS apis?
Last edited on
please find the remove function in the following link
http://www.cplusplus.com/reference/clibrary/cstdio/remove/
Topic archived. No new replies allowed.