Search code examples
What am I doing wrong when getting this user input?...


cscanfnewlinec-stringsfgets

Read More
Parsing tokens into char ** with user input fgets()...


arraysctokenizefgets

Read More
Line of code skipped when getting user input in C...


cscanfuser-inputfgets

Read More
Compare arrays with different sizes with strcmp()...


cnewlinec-stringsfgetsstrcmp

Read More
How to check if stdin is closed?...


cstdinfgetsfcntl

Read More
Windows 10: fopen, fread, fgets and mixed EOL characters in large text file...


cwindowsfopenfgetsfread

Read More
How to read from stdin with fgets()?...


cstdinfgets

Read More
Scanf freezes after second inputs...


cscanffgets

Read More
Problem with duplicate data in fgets with structs...


cfilestructfgetstxt

Read More
segmentation fault w/ fgets using struct...


cpointersstructsegmentation-faultfgets

Read More
Read each character from file and store in array...


scanfverilogsystem-verilogfgets

Read More
Why is the gets function so dangerous that it should not be used?...


cfgetsbuffer-overflowgets

Read More
C how to read in a single bit from a file...


cbinarybit-manipulationfgets

Read More
Fgets() but on a string instead of a file?...


phpfgets

Read More
How to set fgets() length at runtime (in C)...


cfgets

Read More
How to read line by line with universal newline support in c?...


cnewlinefgets

Read More
How to compare 2 results of fgetpos?...


cfgetsfseek

Read More
How to compare two char arrays in C?...


cnewlinec-stringsfgetsstrcmp

Read More
CSV(ish) text handling - incorrect output on Windows, works on Linux...


cprintffopenfgets

Read More
fgets adds \0 or \n at the end of the input?...


cfgets

Read More
Why is message[i] returning an uninitialized value in this string?...


cloopsc-stringsfgetsfunction-definition

Read More
The fgets statement doesnt get executed...


cscanffgetsgets

Read More
How to read arbitrary length input from stdin properly?...


cbufferfgets

Read More
Is there an elegant way to handle the '\n' that gets read by input functions (getchar(), fge...


cscanfstdinfgetsgetchar

Read More
Why when using fgets() do we need to remove the string -1 when we are declaring it?...


cstringfgets

Read More
Issues regarding taking input in fgets()...


cfgets

Read More
user input with char array and fgets, output with write system call?...


cfile-iosystem-callsfgets

Read More
Bad file descriptor fgets...


cfgets

Read More
Why fgets just have one line when i want to count the number of char...


cstringcharfgets

Read More
Have to hit enter twice with fgets() in C?...


cinputbuffernewlinefgets

Read More
BackNext