Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

return value is undefined in C

c

Can compiler optimize-out call to function with possible side effects?

c++ c

When monitoring routing changes with rtnetlink, how can you get a new routes metric?

c linux

Socket Programming in C: UDP send() taking 6 - 260 micro sec, how to make it faster

Does a static variable inside a function ever go out of scope?

c

Is there a speed difference in passing a pointer or a const struct

c gcc struct

Get unique identifier of a system (not the MAC-address)?

c++ c linux uuid

unsigned integer in c

c

Trouble Storing a Pointer as a Two Dimensional Array

Is it valid to use bit-depth to determine the size of the colour table in a BMP image?

c bmp

Is there an equivalent of the C function mbsinvalid on Linux?

c linux aix

How to calculate pts and dts when concatenating video and audio with ffmpeg c

c audio video ffmpeg libav

read two bytes at once from a byte array in C

c arrays memory

How to initialize only a slice of a character array?

Does C's void* serve any purpose other than making code more idiomatic?

c void-pointers

Having a list of #define replacements for values, how to resolve a value into a string of the identifier?

c c-preprocessor