c - How can I get a file pointer ( FILE* ) of known file in a specific path? -


to read/write file need file pointer in language c in unix environment. know file name , path, how file pointer using name , path.

#include <stdio.h> file * pfile; pfile = fopen ("myfile.txt","w"); 

Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -