Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

How to set sscanf() to ignore characters at start of string?

c++ c scanf

What is the difference between scanf("%s", &str) and scanf("%s\n", &str)?

c scanf

Usage details of fscanf and similar functions?

c scanf

printf value in union depending on format

c printf scanf unions

When to quantify ignored pattern match in the C sscanf function

c++ c portability scanf cppcheck

Program blocks after input

c arrays gcc scanf

scanf takes extra parameter why?

c++ c scanf

Print output just beside the user input

c printf scanf

Why does my C program produce strange printf output?

c printf scanf

Problem with scanf in Eclipse / MiniGW

c eclipse printf scanf

How to stop fscanf when user presses Enter if < max args are typed

c scanf

Difference between scanf("%79[^\n]",line); vs scanf("%79[^\n]\n",line) vs scanf("%79[^\n]s",line)

c scanf

x86 code to read in input into a local variable?

c assembly x86 scanf nasm

gcc scanf warning believes float is double

c gcc compiler-warnings scanf

C: Reading multiple values with scanf and saving them into an array

c scanf

How to definitely solve the scanf input stream problem

scanf("%[^\n]s") works fine with normal variable but doesn't work with a structure variable in C

c structure scanf

scanf reading "Enter" key

c scanf carriage-return

scanf() not writing to 2d char array