Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the -W option of GNU getopt() used for?

c linux unix command-line

Best approach to FIFO implementation in a kernel OpenCL

c opencl fifo

gcc __attribute__((selectany)) alternative for linux?

How is strtok removing lines it shouldn't have access to?

c strtok

How memory address for pointer to arrays is same as an element in 2D array?

Shared memory disappears after writer process finishes, even though shmctl is not used to remove it

Secure way to forbid a function to write to stdout

c security pipe

Check for working C compiler: /usr/bin/cc -- broken

Cannot compile using ALSA

c linker alsa portaudio

GDB reports "No line 92 in the current file." but I actually have line 92

size of int variable

c int 32bit-64bit processor

How to link shared library in Makefile

c gcc makefile

C Linker optimization with libraries

c

Multi-GPU programming using CUDA on a NUMA Machine

GStreamer pipeline hangs on gst_element_get_state

c++ c gstreamer

Const text variable declaration C

c variables text constants

Differences between getch() and _getch() [duplicate]

c++ c

why sys socket recv function don't fill data but return bytes length?

c++ c linux sockets c++11

How to further optimize matrix multiplication in llm.c project?

Converting a pointer to 64-bit integer, why is the result different on 32-bit & 64-bit platform

c