Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

ANSI C (ISO C90): Can scanf read/accept an unsigned char?

c gcc scanf c89

Width as a variable when using fscanf [duplicate]

c++ c width scanf

How can I prevent scanf() to wait forever for an input character?

c scanf

scanf() variable length specifier

c 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