Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

scanf with const int* const works, but shouldn't

c++ constants scanf

Reading a single character in C

c scanf

How to skip a line when fscanning a text file?

c file scanf

Correct way to use scanf / printf (and family) with fixed size types?

Are there any practical applications for the format %n in printf/scanf family?

c printf scanf

Difference between fgets and fscanf?

c fgets scanf

Scanf skips every other while loop in C

c gcc scanf

Is scanf's "regex" support a standard?

c gcc scanf

Reading file using fscanf() in C

c file readfile scanf

What does `scanf("%*[^\n]%*c")` mean?

equivalent of Console.ReadLine() in c++

c++ string scanf readline

warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘char (*)’

arrays c pointers scanf

read comma-separated input with `scanf()`

c csv input file-io scanf

Is sscanf considered safe to use?

When should I use ampersand with scanf()

c string scanf

fgets doesn't work after scanf [duplicate]

c scanf fgets

What should I use instead of sscanf?

Read int values from a text file in C

c file file-io scanf line

scanf: "%[^\n]" skips the 2nd input but " %[^\n]" does not. why?

c scanf

What is the effect of trailing white space in a scanf() format string?

c scanf