Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why can't we generalize the pointer declaration?

c++ c pointers

memset() causing data abort

c++ c memory windows-mobile

Using mmap over a file

c file mmap

resizing buffer using realloc

c realloc

I need to generate random numbers in C [duplicate]

c random

Comparing character arrays with an == operator in C

c arrays string-comparison

What are the parameters in this C qsort function call?

c pointers

Why do we follow opposite conventions while returning from main()?

c++ c return-value

Duplicate literals and hard-coding

Issuing system commands in Linux from C, C++

c++ c linux system

Char * vs NSString *

What is the purpose of Signed Char

c++ c

Struct with an array as variable in c

This doesn't look like a function. What is this?

c arrays

Bad File Descriptor with Linux Socket write() Bad File Descriptor C

Why getting multiple definition error in C code?

c

What does ~0 do?

c++ c bitwise-operators bit

If type of the value cannot be analyzed by looking into the bits, how does the machine know how the value should be manipulated?

c++ c

C/C++ `!a` vs `a==0`

c++ c

How does a program inherit environment variables?

c linux libc