Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

EVP_get_digestbyname : what is this ..?

c openssl x509certificate x509

Struct varies in memory size?

c memory memory-management

Filling memory with random bytes - C/Objective-C

objective-c c memory random fill

Is it possible to store 2 32-bit values in one long int variable?

Why is the sizeof a struct different from the sum of its members? [duplicate]

c sizeof

How to count the number of uppercase characters in a NSString?

How to remove quotes from a string in C

c quotes

Does a mutex still need to be released if it times-out?

Converting IP from C string to unsigned int?

c windows linux ip

Printf and fprintf prints only first argument

c null printf