Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Can `std::istream::operator>>()` accept integer radix prefixes like stdio's %i format specifier?

c++ scanf istream iomanip

What is the modern equivalent (C++) style for the older (C-like) fscanf method?

c++ c scanf

How can printf issue a compiler warning?

c gcc printf scanf

fscanf return value

c scanf

whitespace in the format string (scanf)

c input whitespace scanf stdio