Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

l-value , r-value in pointer C

c pointers

C HTTP server - multithreading model?

How can I visualize the concept of post-incrementing a pointer?

c pointers

#define SOMETHING of type int16_t

c macros

Best way to find memory leaks in a C program

too few arguments to function and can't be used as a function---- beginning C

c function

How to compile c code in visual c++ express 2010

c

What does (char *)0 mean in c?

c syntax

how to avoid polling in pthreads

C - dynamic memory allocation using double pointer

Is memcpy() safe when copy some content larger than dst?

c++ c memcpy

how to know size of int without sizeof [duplicate]

c

GDB: Assign breakpoint to change of symbol

c debugging gdb

Looking for one liner example how to bind and insert a null value into a database using ODBC API

c++ c odbc

How to find out whether the address supplied to free() is an invalid address?

c linux free

struct keyword in function parameter, and const-correctness

c++ c const-correctness

Job control in linux with C

c linux process job-control

Linux: how to mark a file descriptor as not inheritable on fork? [duplicate]

c linux

thread stack pointer

c pthreads threadx

Simple C code works fine on HPUX but segfaults on Linux. Why?

c linux gcc portability hp-ux