Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

scanf without additional arguments in C

c scanf

getchar_unlocked( ) VS scanf() VS cin

c++ scanf

Using scanf in a while loop

c while-loop equality scanf

Is there any difference in using %f, %e, %g, %E or %G with scanf?

c floating-point 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