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
Is a[n] really interchangeable with *(a+n) - why does sizeof return two different answers?
Feb 12, 2023
c
arrays
pointers
C: Incompatible pointer type initializing
Feb 13, 2023
c
arrays
pointers
Is it better to allocate memory using a pointer to its struct, or the struct itself? [duplicate]
Feb 12, 2023
c
malloc
Generating random string unsigned char in C
Feb 13, 2023
c
Passing multidimensional array by reference in C
Feb 12, 2023
c
pointers
Clarification in getop()
Feb 11, 2023
c
kernighan-and-ritchie
A nested and expandable for loop in C
Feb 13, 2023
c
for-loop
nested
expandable
Using fork(), how can I make child process run always first?
Feb 12, 2023
c
linux
process
fork
vfork
`sqlite3` ignores `sqlite3_busy_timeout`?
Feb 12, 2023
c++
c
sqlite
Avoid using global variables when using recursive functions in C
Feb 12, 2023
c
recursion
Makefile overriding default implicit rule
Feb 12, 2023
c++
c
makefile
Is it necessary to close a file number of time it is opened in program?
Feb 11, 2023
c
file-handling
read() fails with Bad address, valgrind shows Syscall param read(buf) points to unaddressable byte(s)
Feb 12, 2023
c
linux
realloc
Wrong output inet_ntop
Feb 12, 2023
c
network-programming
getaddrinfo
inet-ntop
Calling Rust method from C with array parameters
Feb 11, 2023
c
rust
ffi
converting string into time using sscanf
Feb 11, 2023
c
string
time
C: malloc error-pointer being freed was not allocated
Feb 12, 2023
c
malloc
How to read from an .ini file?
Feb 12, 2023
c
configuration
ini
Why isn't the compiler generating an error "lvalue required"?
Feb 12, 2023
c
pointers
lvalue
Fastest way to multiply two 64-bit ints to 128-bit then >> to 64-bit? [duplicate]
Feb 11, 2023
c
integer
fixed-point
int128
« Newer Entries
Older Entries »