Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it legal to call pthread functions on thrd_t?

c pthreads c11

Send Raw arp reply packet in windows

c windows sockets arp

Using select() to detect a block on a UIO device file

c blocking posix-select

How to create Makefile to compile a single arbitrary filename in C

c gcc makefile gnu-make

C program. Switch case/user input. default keeps executing

Display the prime numbers using multi-threading in C

c multithreading primes

Capturing Mouse in Virtual Terminal with ANSI Escape

c terminal ansi-escape

C: binary leftrotate

c binary binary-operators

OpenMP drastically slows down for loop

To Find the maximum consecutive sum of integers in an array

c arrays algorithm

Could not able to understand Obfuscated C Code [closed]

c obfuscation

Different prototyping with typedef and #define

How to prevent fscanf from interpreting 0x2 as hex?

c scanf

Getting lots of linker errors on linking cimgui

c gcc linker imgui

Is the behaviour undefined when adding to a fixed length array pointer so that there is an overflow?

c

What aren't we using a double array?

c++ c printf scanf

How to truncate a file in FAT32 file system without zero padding in C?

c fat32