Search code examples
Use of fgets() and gets()...


cfgets

Read More
c fgets retrieves the whole array?...


cfilefgetsstrlen

Read More
Why is this zero printing inbetween my code?...


cioprintffgets

Read More
fgets()/sscanf for input works well in function. When fnct left and returned to, there is extra inpu...


cfgetsscanfc89

Read More
fgets returns segmentation fault - reading in files C...


cfileiofgets

Read More
How to use fgets() and store every line of a file using an array of char pointers?...


filepointersfgetsarrays

Read More
How do i use 2 separate functions "fgets" for writing into 2 separate variables?...


cfgetsfputs

Read More
"scanf with printf" vs "fgets with printf"...


cprintfscanffgets

Read More
fgets() Not Ignoring New Line...


cnewlinefgets

Read More
Struct sscanf not working as it should?...


cfilestructfgetsscanf

Read More
fgets to read line by line in files...


cfile-iofgets

Read More
How to break out of fgets?...


cfgets

Read More
Using "gets" for String input in C...


cfgetsgets

Read More
need for the last '\0' in fgets...


cstringformatfgets

Read More
fgets() goes into infinite loop reading from stdin...


cstdininfinite-loopfgets

Read More
Vector<char*> push_back overwrites all entries...


c++vectorcharfgetspush-back

Read More
Can C's fgets be coaxed to work with a string *not* from a file?...


cstringfilefgets

Read More
fgets() not working in a function...


cstringcharstdinfgets

Read More
Prevent buffer overflows with gets...


clanguage-lawyerfgetsbuffer-overflowgets

Read More
PHP - How to check if the first 4 values of a string on a line are numerical...


phpsubstringfgetsisnumeric

Read More
why in this piece of code, fgets returns null when it shouldn't?...


cfiledebuggingfgets

Read More
C, how to use fgets and fscanf together...


cfile-iofgetsscanf

Read More
Taking my input and comparing it in a while loop, fgets?...


cloopscomparisonwhile-loopfgets

Read More
printing and scanning files in c...


cfilefgetsscanf

Read More
Fgets and EOF in C...


ceoffgets

Read More
strcmp() for lines within a file...


cstringfgetsstrcmparrays

Read More
How to read formatted lines from a text file and save info in a linked list? IN C...


cfiletextfgetsscanf

Read More
Why fgets is not inputting first value?...


cinputiooutputfgets

Read More
fgets() reading numbers to space...


cfgets

Read More
Last line repeats when doing fgets/fputs...


cstringfilefgetsfputs

Read More
BackNext