Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to get the number of elements of a C-array like this? [duplicate]

c arrays

realloc crashes when pointer has an offset

c arrays pointers realloc

What is the best way to sign extend a number in C/C++

c++ c bit

Can you use printf() and ncurses functions at the same time in C?

c printf ncurses

Is futex essentially an unique integer? any way to expose it by user space code?

c multithreading unix futex

Where is source code for linux kernel syscall service routines?

c linux-kernel system-calls

Do multi-dimensional arrays cause any problems in C and/or C++?

Cython Interfacing with C

python c cython cythonize

How to open an image using C?

c

Is a cfront tool available for the new C++?

c++ c cfront

Is there a subset of assembler language which is platform-independent?

c assembly inline-assembly

is extern "C" required in C files ? (to solve odd Eclipse behaviour)

c++ c eclipse gcc g++

Move pointer in arrays with C

arrays c file

Does a linker copy the content of a function or simply makes a link to it

c unix linker

C Multithreading - optimizing return handling

c pthreads pthread-join

‘true’ undeclared (first use in this function) in opencv [duplicate]

c opencv

C - getaddrinfo()

c getaddrinfo

How to enable a specific gcc warnings for a specific directory or file? [duplicate]

c++ c gcc gcc-warning

invoke a swift function from .c file from a swift viewcontroller

ios objective-c c swift pjsip