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
What are the pros & cons of using an array of structures versus an array of pointers to a structure?
Dec 06, 2022
c
arrays
pointers
struct
structure
Can't open semaphore from another process
Dec 07, 2022
c
winapi
semaphore
Memcpy : Adding an int offset?
Dec 06, 2022
c++
c
memcpy
C pointers: difference between while(*s++) { ;} and while(*s) { s++;}
Dec 07, 2022
c
pointers
Strlen in Malloc
Dec 07, 2022
c
pointers
Why some people don't check for NULL after calling malloc?
Dec 06, 2022
c
pointers
memory-management
null
malloc
Passing pointer to array of struct
Dec 07, 2022
c
arrays
struct
How to check a completed gzip file?
Dec 07, 2022
c
linux
gzip
C: what does `int a[10]` mean
Dec 06, 2022
c
arrays
pointers
List undefined references from object file
Dec 07, 2022
c++
c
gcc
g++
Why isn't write(2) returning EINTR?
Dec 06, 2022
c
linux
The C programming language book example: maybe out of date?
Dec 07, 2022
c
How to calculate nth n-digit palindrome efficiently?
Dec 07, 2022
c++
c
algorithm
palindrome
fgetc(stdin) in a loop is producing strange behaviour
Dec 06, 2022
c
fgetc
real modulo operator in C/C++? [duplicate]
Dec 07, 2022
c++
c
modulo
What's the difference among (const char *str) , (char const *str) and (char *const str)? [duplicate]
Dec 06, 2022
c
pointers
constants
C reverse binary [duplicate]
Dec 07, 2022
c
binary
binary-operators
How to kill a running thread? [duplicate]
Dec 07, 2022
c
multithreading
pthreads
sprintf usage with %.s
Dec 07, 2022
c
printf
Should I declare system call functions in C?
Dec 07, 2022
c
linux
function
declaration
system-calls
« Newer Entries
Older Entries »