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 c-standard-library
weird crash with strtol() in C
Dec 29, 2022
c
strtol
c-standard-library
Is it a good idea to use a const pointer to FILE type?
Oct 17, 2022
c
pointers
file-io
c-standard-library
const-pointer
OS X: Is it possible to view the source code of the Standard C Library?
May 29, 2020
c
macos
c-standard-library
Why there are no "unsigned wchar_t" and "signed wchar_t" types?
Jun 18, 2019
c
standards
wchar-t
widechar
c-standard-library
Does redefining a function from the standard library violate the one-definition rule?
Sep 11, 2022
c++
language-lawyer
c++-standard-library
one-definition-rule
c-standard-library
Header files are not found by GCC
Sep 15, 2022
linux
gcc
include-path
c-standard-library
Expected behaviour of freopen() with regards to buffering (setvbuf())?
May 25, 2022
c
language-lawyer
standards
standard-library
c-standard-library
Do any functions in the C standard library implicitly use `stderr`?
Aug 23, 2022
c
glibc
stderr
libc
c-standard-library
What standard C library does Clang use? glibc, its own, or some other one?
Oct 20, 2022
printf
glibc
llvm-clang
libc
c-standard-library
why is abs() and fabs() defined in two different headers in C
Sep 19, 2022
c
header-files
c-standard-library
Advantages of strncmp over strcmp?
Sep 16, 2022
c
c-standard-library
Why does pow(n,2) return 24 when n=5, with my compiler and OS?
Sep 04, 2022
c
math.h
c-standard-library
what is difference between fgetpos/fsetpos and ftell/fseek
Aug 31, 2022
c
c-standard-library
Does the C standard guarantee buffers are not touched past their null terminator?
Sep 07, 2022
c
standards
c-standard-library
What does the first "c" stand for in "calloc"?
Aug 28, 2022
c
malloc
libc
calloc
c-standard-library
What's the meaning of "reserved for any use"?
Aug 28, 2022
c++
c
language-lawyer
c-standard-library
Why do some built-in Python functions only have pass?
Nov 20, 2022
python
pycharm
standard-library
c-standard-library
Why isn't there int128_t?
Dec 15, 2021
c++
c
c++-standard-library
c-standard-library
Why wasn't a specifier for `float` defined in `printf`?
Sep 15, 2022
c
floating-point
printf
rationale
c-standard-library