Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to find out if a socket is already in Non-Blocking mode in Windows?

c windows sockets

possible to retrieve time left on a glib 'event?'

c linux timer glib

Linux kernel module compiling

c linux kernel kernel-module

How do I modify a time_t timestamp in C?

c datetime time

Looking for a pure c-version of math.h functions (no co-processor support) [closed]

c libc math.h newlib uclibc

Initializing a dynamically-sized Variable-Length Array (VLA) to 0

Saving xlib XImage to PNG

c linux x11 xlib xorg

overwrite in the middle of a File

php c++ c file file-io

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

SWIG - Garbage Collection using %newobject

c swig

C library for parsing query strings?

c cgi query-string

Mandatory options with getopt_long() in C

c getopt-long

Resource acquisition and pthreads

c resources pthreads

C program to call pam_passwdqc.so and report password strength, pass/fail

c passwords pam

Is it possible/practical to use Lua's hash table outside of Lua?

c lua hashtable

Most standard way to select a function name depending on platform?

c portability popen

Best way to send video over TCP Socket in C

c sockets video tcp

Is there a way to read a c-string and then an int with a single scanf in C?

c scanf

Why does "typdef struct { struct S *s; } S;" containing a pointer to same type compile?

c struct typedef

What are the semantics of overlapping objects in C?