Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is calculation using float variable different from what I think?

c

A weird C string and NSString comparison issue

how to use #ifdef inside a macro?'#' is not followed by a macro parameter

c macros

Hashing structures in C

c pointers hash struct

Deterministic malloc in a forked process

c linux gcc x86-64

Seeking to beginning of file

c file-io

Please explain this strange output

c pointers

Viewing data in a circular buffer in real-time

Can I use a C style library built with VC6 directly in VC9 project?

Interview Question: Longest Prefix That Contains An Equal Number Of Two Integers

c algorithm

Learning Linux Kernel [closed]

c linux linux-kernel kernel

C-ares get ns records

c dns c-ares

System call invoked when writing into a heap memory

No-copy type annotation

c opaque-pointers

ICMP "destination unreachable" packet on udp connected socket

c open() Undefined error: 0 on os x

c macos serial-port

on 64bit system, how to pass in int as void *

c 64-bit system porting

Mapping existing memory (data segment) to another memory segment

Coding self similar fractals in computer graphics using C

c graphics fractals