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
POSIX getline() - line buffer state on EOF?
Jan 07, 2023
c
posix
getline
How multiple process are able to use STDIN/STDOUT simultaneously?
Jan 06, 2023
c
linux
linux-kernel
operating-system
Linux, Understanding setsockopt() PACKET_FANOUT for network scaling
Jan 07, 2023
c
linux
multithreading
sockets
networking
Is it guaranteed that global variables are always initialized to 0 with c99?
Jan 06, 2023
c
variables
initialization
c99
Does strict aliasing apply when using pointers to struct members?
Jan 07, 2023
c
strict-aliasing
warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement] [duplicate]
Jan 07, 2023
c
c89
Can't find the env passed into execve function
Jan 07, 2023
c
execve
Why need the (void *) in the pointer conversion?
Jan 07, 2023
c
pointers
What does `(c = *str) != 0` mean?
Jan 06, 2023
c++
c
pointers
syntax
Should I use the stdint.h integer types on 32/64 bit machines?
Jan 06, 2023
c
integer
typedef
stdint
When C 'deallocates' local stack variable? [duplicate]
Jan 06, 2023
c
pointers
variables
Why do we need to include the C or CPP declaration files during compilation and not the default libraries like iostream?
Jan 06, 2023
c++
c
gcc
operand of type 'void' where arithmetic or pointer type is required - C
Jan 05, 2023
c
integer
type-conversion
void
What is the difference between "rb+" and "ab" in fopen()?
Jan 06, 2023
c
fopen
Does the order of multiplication variables of different data type cause different results?
Jan 06, 2023
c
integer-promotion
How to print out errors in the console with the C API for Lua
Jan 06, 2023
c++
c
error-handling
lua
lua-c++-connection
Lua C API: Initializing a variable matrix in a structure C
Jan 06, 2023
c
matrix
multidimensional-array
lua
What does POSIX mean by "two's complement representation" in stdint.h?
Jan 06, 2023
c
posix
language-lawyer
Why can't you increment/decrement a variable twice in the same expression?
Jan 06, 2023
c
compiler-errors
Wait for child process without using wait()
Jan 06, 2023
c
multithreading
« Newer Entries
Older Entries »