Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

c - reading a specific column in data file

c file io scanf

Why is scanf not allowing any more input?

c scanf

read char from console

c scanf getchar

%*c in scanf() - what does it mean?

c scanf

don't care in scanf

c++ c scanf

How does scanf() work inside the OS?

While-loop ignores scanf the second time

c while-loop scanf

What is the result of `strtod("3ex", &end)` supposed to be? What about `sscanf`?

sscanf & newlines

c newline eof scanf

Using ifstream as fscanf

c++ c scanf ifstream

Validate max integer in scanf

c scanf

While scanf!=EOF or scanf==1?

c scanf

Why doesn't scanf need an ampersand for strings and also works fine in printf (in C)?

c string pointers printf scanf

Is there an inverse function of *SysUtils.Format* in Delphi

delphi function scanf

Parsing input with scanf in C

c scanf

C, reading multiple numbers from single input line (scanf?)

c c99 scanf

Why scanf("%d", [...]) does not consume '\n'? while scanf("%c") does?

c scanf format-specifiers

How to ignore floating number in scanf("%d")?

c scanf

scanf regex - C

c regex scanf

What happens if I forget to close a scanset?

c scanf format-specifiers