Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Is there a way to convert an integer to 1 if it is >= 1 without using any relational operator?

Decimal from a char* to binary

c++ c binary char decimal

Allocating on heap vs allocating on stack in recursive functions

Using std::atomic from C

c multithreading c++11