Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Coroutines with a growing stack in C

c linux mmap coroutine

Can I write from different MPI_Irecv into the same buffer/array at different index positions?

c arrays mpi nonblocking

Passing matrix to function, C

c function matrix

sizeof of string literal inside a struct - C

c

Function giving desired output and then terminating abnormally

Force compile error if function argument out of range

c

malloc() causing EXC_BAD_ACCESS error in Xcode

c xcode malloc

Program with mkfifo() and open() cannot exit

c fifo

MultiThreading with LinkedList

MicroFocus cobol commands cobinit,cobcall and cobtidy are throwing errors in my C program

c gcc cobol microfocus

Conversion to unix timestamp incorrect

c++ c unix-timestamp gmt mktime

Copying arrays in C

c arrays

Manipulating a float to unsigned into and back

c

How can I avoid repeating myself in C89 when defining the same function for multiple types?

c c89

Size of Shared Object files is huge

c gcc shared-libraries

WEXITSTATUS returning invalid exit status of popen() on success case

c linux bash popen pclose

Are global variables in C automatic variables?

stack (local) or global variables?

c++ c