Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in format-specifiers
Doesn't %[] or %[^] specifier in scanf(),sscanf() or fscanf() store the input in null-terminated character array?
Mar 26, 2023
c
string
scanf
format-specifiers
character-arrays
how to split a float into two integers in C
Mar 23, 2023
c
format-specifiers
Does the C++ standard library have a templated getter for the printf conversion specifier?
Feb 10, 2023
c++
c++-standard-library
format-specifiers
Warning: Format specifies type 'long' but the argument has type 'UIWebViewNavigationType' ( aka 'enum UIWebViewNavigationType')
Dec 13, 2022
ios
objective-c
uiwebview
format-specifiers
Format specifies type "unsigned long" but the argument has type "int"
Dec 09, 2022
ios
objective-c
format-specifiers
float_t and double_t format specifiers
Nov 10, 2022
c
floating-point
c99
format-specifiers
math.h
A format specifier such as `%15@` works in NSLog but not with NSString stringWithFormat
Nov 09, 2022
objective-c
nslog
format-specifiers
stringwithformat
C format specifier
Sep 24, 2022
c
format-specifiers
Dereference operator (*) differences between char* and int*
May 30, 2022
c
pointers
printf
format-specifiers
C "%d" format specifier
Jul 16, 2022
c
format-specifiers
Why does printf literally print (null) and what exactly happens?
Oct 16, 2022
c
printf
format-specifiers
%.#s format specifier in printf statement in c
May 29, 2022
c
string
printf
format-specifiers
Correct use of format specifier to show up to three decimals if needed, otherwise zero decimals?
Dec 07, 2019
objective-c
ios
nsstring
stringwithformat
format-specifiers
What is the meaning of `printf("%p")` without arguments
Nov 02, 2022
c
printf
format-specifiers
copying a short int to a char array
Oct 23, 2022
c++
c
format-specifiers
How do I work around the "unknown conversion type character `z' in format" compiler-specific warning?
Nov 03, 2020
c
printf
mips
cross-compiling
format-specifiers
Why is the %n format specifier working normal for all scanf() statements but storing one less in the first one?
Jun 11, 2022
c
scanf
format-specifiers
printf("%f",x) ok, printf("%F",x) error too many arguments for format
Sep 03, 2022
c
printf
codeblocks
format-specifiers
Want a solution for printf [duplicate]
May 18, 2021
c
compiler-construction
printf
format-specifiers
Why the use of cin,cout or %I64d is preferred over %lld specifier in C++?
May 07, 2022
c++
64-bit
iostream
format-specifiers
long-long
Older Entries »