Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is the last iteration of this code is not working properly?

c loops iteration

Bug when converting a byte array to a uint64

Arrays in Structs passed into functions

c struct arr

Entry point of different languages

Why is '\xff' not being recognized?

c

Limiting ICMP echo replies when creating a PING program

c ping icmp

How many independent file pointers/positions exist on Windows?

c windows file

Can I return local pointer to main function? [duplicate]

c pointers

Display contents (in hex) of 16 bytes at the specified address

Who is the owner of C and C++? [closed]

c++ c

Why is it ok to cast to an undeclared struct pointer in C?

c

conversion of unsigned integer variable to signed variable

c unsigned signed

How to create files in the xv6?

c file xv6

Catching when the linux kernel writes a page back to a memory mapped file?

c linux mmap

Pure C Code For Video Encoding

c encoding h.264 decoding

The version of pthread_join() that does not block main(): POSIX

c multithreading posix

Dynamically allocated array of structures in C

Error handling in a C, void returning function

c malloc