Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compiling C++ library to wasm using clang failed with 'stdlib.h' file not found error

unexpected output from a function returning a string

c arrays string function

Rust cast integer to pointer and provenance

c rust

C program to perform a pipe on three commands

c command pipe fork ansi-c

PostgreSQL C function suggestion

c postgresql

How can I remove a certain number of digits in a number so the number obtained is minimal?

c min digit

clang - poor rand() implementation

c gcc random numbers clang

can gdb debug gcc-style nested C functions?

c gcc gdb

assert, -NDEBUG and segmentation fault

Write a program to swap odd and even bits in integer what is the minimum number of steps required?

c

Stack Corruption Detection using canary value

How is a label in between `else-if` allowed?

c winapi gcc visual-c++ label

On what call(s) the process is blocking?

c linux debugging sleep blocking

How to stop a running thread safely on user request?

c++ c multithreading qt

I don't seem to understand the output of this program regarding conversion of integer pointer to character pointer

c++ c

Stuck as a Beginner: C Programming

c programming-languages

Is it slow to do a lot of mallocs and frees on iPhone?

How to create a dynamic array of strings in C using malloc

c arrays malloc realloc

Call 32-bit or 64-bit program from bootloader

c assembly bootloader