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
Providing helper functions when rolling out own structures
Jan 28, 2023
c
struct
How to encode a string when it is a pb_callback_t type
Jan 27, 2023
c
protocol-buffers
nanopb
How to check macros defined in .so? I'd use nm to check the function, is there a way to do the same for macros?
Jan 28, 2023
c
linux
.so
nm
Why does the sin_family member exist?
Jan 28, 2023
c
sockets
struct
How does function parameters and local variables affect on the performance of a C program [closed]
Jan 28, 2023
c
performance
sizeof() a struct with a zero length array member
Jan 28, 2023
c
gcc
sizeof
c99
flexible-array-member
How to fix "return value ignored: 'scanf'" code C6031 in visual studio
Jan 28, 2023
c
Why does printf create windows line endings?
Jan 27, 2023
c
printf
mingw
What is the "-z" option of Clang and why is it needed?
Jan 28, 2023
c
macos
linker
clang
C - values is struct pointer are not set after pointer is returned from function
Jan 28, 2023
c
knn
Using a #define in a formatted printf to define precision
Jan 27, 2023
c
printf
Does malloc without corresponding free always produce a memory leak?
Jan 28, 2023
c
memory-leaks
malloc
free
When are the ++c and c++ increments applied exactly here? [duplicate]
Jan 27, 2023
c++
c
post-increment
pre-increment
unary-operator
In C, what happens if we left shift the bits out of range and again right shift the values in the same operation
Jan 27, 2023
c
How does realloc() reallocate the memory?
Jan 27, 2023
c
memory-management
malloc
heap-memory
realloc
How can I override a system call table entry with my own function?
Jan 28, 2023
c
security
linux-kernel
x86
system-calls
"Local" labels in C and jump table implementation
Jan 28, 2023
c
macros
goto
dispatch
jump-table
Benchmarking memory copy in a single shot
Jan 28, 2023
c
performance
assembly
x86-64
benchmarking
What does the fdim acronym stand for?
Jan 28, 2023
c
math
floating-point
acronym
Just started learning C this semester, but I can't seem to understand what the professor wants from us in this question
Jan 26, 2023
c
twos-complement
ones-complement
« Newer Entries
Older Entries »