Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does casting to a char pointer to increment a pointer by a certain amount and then accessing as a different type violate strict aliasing?

Why does my program not wait when I call sem_wait?

-NaN in printf in C

c printf nan

Self referencing userdata and garbage collection

c lua lua-api

What's happening here? Pointer math messing up? [duplicate]

c

Can't compile executable from .c file on ntfs formated partition

c linux

Is there any standard for the argument format of a program? [duplicate]

c++ c standards specifications

How can I automatically add padding to bytes in a struct to fix register alignment in C?

c struct cpu-registers plc

How do I copy the common values from two arrays of the same length into another without duplicates?

c arrays

How do I sync the outputs of two processes using a semaphore with C in Linux?

getting values for an array using scanf function in C

c arrays scanf

Emulating inheritance with C preprocessor

How to retrieve value from bytes stored in a byte array?

xlib get icon data to draw on a window

c linux x11 xlib

Visual Studio "Run button" changed to "Attach to a process"

c visual-studio debugging

implicit int in c language

c variables

gethostbyname() function returns empty buffer

c sockets gethostbyname

Extracting DNS info from a captured packet in C

c parsing dns

qsort gives [Error] : invalid conversion from `int (*)(cricketer*, cricketer*)' to `int (*)(const void*, const void*)'

c qsort