How to create a temporary file in Linux
Temporary files are often required for storing interim data. How to create a temporary file in a C program is explained with example code.
0 Comments
June 4, 2020
Temporary files are often required for storing interim data. How to create a temporary file in a C program is explained with example code.
Buffered I/O and synchronized I/O and the input output system calls, open, creat, read, write, lseek, close and unlink are explained.
An error, "Gtk-WARNING **: cannot open display:" was observed while running a C program with GTK+ under Cygwin.