mktemp Questions
2
I want to create temporary files in given temporary directory path in Windows through C++. mktemp() does the required job, but it only creates 26 unique files. mkstemp() is working fine in Linux bu...
Cana asked 18/9, 2018 at 6:58
6
Solved
How can I suppress following warning from gcc linker:
warning: the use of 'mktemp' is dangerous, better use 'mkstemp'
I do know that it's better to use mkstemp() but for some reason I have to use...
Randellrandene asked 12/4, 2009 at 17:37
1
I created a pipeline that strings multiple programs together, unfortunately these programs are creating a huge amount of temporary files in the /tmp folder and when using large datasets my pipeline...
1
© 2022 - 2024 — McMap. All rights reserved.