Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Benchmarking a bunch of continuous nop instructions

Is there a systemd-independent function for getting a USB device model?

c linux unix usb systemd

Calling printf() by its pointer

c pointers printf

Why can Python functions return locally declared arrays but C can't? [duplicate]

python c arrays pointers

C - How To Check If Traced Process Is 32 bits?

c elf ptrace

Is assigning a number too big to be represented in a bit field undefined behaviour

Making a 2D array toroidal

Why need not a hosted environment be provided?

c language-lawyer

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++