Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Reading directories using readdir_r

c readdir

How can I stop #including redundant headers when I use header files like these?

c

Correct way to calculate the size for malloc() and realloc()?

c malloc realloc

fast-math cause undefined reference to `__pow_finite'

c++ c clang clang++ ubuntu-20.04

Disable every single gcc extensions (C++) [duplicate]

c gcc

How write posix waitpid() analog for windows?

c++ c winapi posix

Speed Tradeoff: Frequently Reading from file vs storing it using dynamic memory

c image cuda file-handling

Returning a 2D array or a pointer to one

c arrays

how to get an int out of array of 4 chars? I don't understand an answer that was given to me

c bit-shift

Cross referencing structs in C

c pointers struct reference

Is there an Equivalent scanf function in Lua?

c lua scanf

scanf register new conversion specifier

c gcc binary scanf glibc

Reset all bits in a c bitfield

c bit-fields

Pthreads - Increase maximum number of read locks

c multithreading

How to get the parent directory of the current folder in a C program?

c windows dos

How do you printf _ExtInt without using casts?

c integer printf clang extint

Scanf fails with bus error

c pointers scanf bus-error

A error about "Address 0x0 is not stack'd, malloc'd or (recently) free'd" in c program under linux environment

c linux valgrind