Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Reducing the number of iterations in double loop

c loops

Confused about buffered and unbuffered stdout/stderr in C and Python

python c

Are there zero bytes after a `char` in a struct?

c binary-tree preorder

Initializing the string in C; Is the following useful?

c string initialization

Is it necessary to check definition of a macro in the C preprocessor?

c c-preprocessor

How to make sorting function simpler (or shorter)

c sorting

How to resuse threads - pthreads c

c synchronization pthreads

Compiling a c application that links to a static library on AIX

c gcc aix static-linking .a

OpenCL - Atomic operation with double - works until limit

c opencl atomic reduction

How to load texture Opengl?

c++ c opengl textures

How to read a large file with function read() in C

c file-io

Why doesn't unistd.h execvpe work on macOS?

c exec

GDB is not working, getting [New Thread 0xf03 of process 20199] as output

c macos gdb

Understanding a structure which contains a pointer of its own type

C array not working properly

c

stat system call reports "No such file or directory"

c

C Unstringification with macros

How is time complexity different?

c performance function time

free memory outside a void function where it is allocated

c pointers malloc