Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

sscanf(s, "%u", &v) matching signed integers

what is the difference between scansets in scanf() function?

c scanf

Why is it possible to pass a double pointer (address of address) to scanf?

c scanf

How to prevent users from inputting letters or numbers?

c scanf

C scanf() and fgets() problem

c scanf fgets

Why does a space in my scanf statement make a difference? [duplicate]

c scanf

How to read special characters (punctuation marks, hypens, colons) using scanf function?

sscanf c++ splitting string to ints sometimes doesn't work

c++ string split int scanf

fscanf() reading string with spaces in formatted lines

c scanf

Using sscanf to read strings

c input scanf

compare strings using sscanf, but ignore whitespaces

c scanf

Is it possible for fscanf to return zero and consume input at the same time?

c scanf

What happens if I use "&" with string in scanf function?

c string scanf

How does scanf() really work?

c scanf stdio

Escape the dot in PHP sscanf?

php scanf

How to read specifically formatted data from a file?

c scanf

Access violation while using fscanf_s

c scanf

%*s Format specifier C [closed]

c printf scanf

scanf equivalent for Bash?

bash terminal scanf

Scanning strings with fscanf in C

c string file scanf