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
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
Guard scanf from reading too many characters with a define? [duplicate]
Jan 06, 2023
c
arrays
string
scanf
c-preprocessor
Is this printf format possible (left-justify sign and no sign on zero)?
Jan 06, 2023
c
string
formatting
printf
string-formatting
Weird if condition in c: if( ((void)(d), 0) ) {...}
Jan 06, 2023
c
Bitwise shift in C [duplicate]
Jan 06, 2023
c
gcc
bit-manipulation
bit-shift
« Newer Entries
Older Entries »