Search code examples
Is there no GetFilePointer(Ex) Windows API function?...


c++windowswinapivisual-c++file-pointer

Read More
Using a C string like a FILE*...


cfile-pointer

Read More
How to find previous and the previous minus one element of a file in C using fseek and file stream p...


cfilepointersfile-iofile-pointer

Read More
Segmentation Error in C program caused by file pointer...


cfilepointersmemory-managementfile-pointer

Read More
error when mixing calls to fgetc, ungetc() and fputc() witht the same file...


cstdiofile-pointerungetc

Read More
What's the difference between a file descriptor and a file pointer?...


cfile-descriptorfile-pointer

Read More
pointer in binary files after using fread command...


cfilefile-pointer

Read More
Resource leak or false positive...


c++static-analysisfilehandlecppcheckfile-pointer

Read More
Python f.seek and string slice yields different results...


pythonstringfileslicefile-pointer

Read More
How to properly read data from CSV file in C++...


c++stringcsvfile-pointer

Read More
Not being printed out when using fgets...


cmemsetfile-pointer

Read More
Why do I get FILE pointer error while checking NULL condition?...


cgcccodeblockspreprocessor-directivefile-pointer

Read More
Loop through data stored in buffer in C...


caudiowavfile-pointer

Read More
Why file pointer acts different from normal pointer in C language?...


cfilepointersmemory-addressfile-pointer

Read More
C fwrite char array...


cbufferfwritefile-writingfile-pointer

Read More
std::filebuf passed to std::ifstream not always called...


c++linuxfstreamfile-pointerfilebuf

Read More
fgetc output varies when code is placed inside function and executed...


cfilestrlenfgetcfile-pointer

Read More
PHP. How to read a file, if it is writing without a problem with "a+", but is not readable...


phpfile-get-contentsfreadfile-pointer

Read More
Is FILE * reassignment without fclose() okay?...


cfile-iofopenfclosefile-pointer

Read More
Attempting to 'insert' or 'add' into a text file - one small problem...


cfilefile-iofile-pointer

Read More
Pipe's write overwrites an allocated space of memory...


cpipecallocfile-pointer

Read More
Why does seekp() fail in this case?...


c++filefile-pointer

Read More
What is difference between file descriptor and file pointer?...


coperating-systemfile-descriptorfile-pointer

Read More
For a file pointer in C, how to measure the distance between the current position to the end of file...


cfilepositioneoffile-pointer

Read More
function to print the contents of a text file...


cfilepointersfile-pointer

Read More
How to read specific chars and ints from file (update question)?...


cfilefile-pointer

Read More
Is there a file pointer (FILE*) that points to nothing?...


c++file-pointer

Read More
TCL file parsing (Loop to read subsequent lines once pattern found)?...


tclfile-pointer

Read More
How to compare the two different positions in the file in C?...


cif-statementfile-pointer

Read More
C++ Reading fstream data from a file does not return correct values. inputFile.tellg returns -1...


c++file-iofstreamifstreamfile-pointer

Read More
BackNext