Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

compilation error on clock_gettime and CLOCK_MONOTONIC

c gcc compiler-errors libc

Is it correct to call semget() followed by semop() without calling semctl()?

c ipc semaphore

Using binary search to find the square root of a number in C

c algorithm math

using strlen in loop reversing a string in C

c string

Why ~0 >> 1 doesn't shift the bit?

Determining endianness with htons

Catch-all for if-else in C

c if-statement keyword

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Is this an acceptable use of malloc and free? (C)

Dereferencing a double pointer

c

Bi-dimensional array of pointers [duplicate]

c arrays pointers

Designated Initializer for array of arrays

c c99

New To C, Simple Loop

c

Linux header file not recognized in Visual Studio 2017 Linux Project

Why global variable is different from local variable in this function?

c scope function-call

How do I delay a function in C? [duplicate]

c

I don't understand pointers

c pointers

What is the fastest way for a multithread SIMD operation explicitly?

C realpath function doesn't work for strings defined in the source file

c linux realpath

heap overflow affecting other programs

c malloc heap-memory