Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does const char* alias with char*?

Treating one dimensional array as two dimensional at run time

c arrays

How to assign values to const char* array and print to screen

c arrays string char

Segmentation fault while processing argv

c segmentation-fault

How to make sscanf read until '\0' character

c scanf

How C printf function knows the integer size passed?

Inline for recursive function

c recursion inline

fastest way to determine if a bit is set in a integer data type

qsort() giving random results [closed]

c sorting

implementation of Cormen's HeapSort algorithm in C

c algorithm sorting heapsort

C Ansi Memory allocation closures

c scope

What is printed when I write function name in C using printf() function

c function

How to get the pixel data of a bmp image in c [closed]

c bmp

In C/C++ Language... are for loop internally compile as While loop? [closed]

c++ c visual-c++

How to add 2^63 to a signed 64-bit integer and cast it to a unsigned 64-bit integer without using 128-bit integer in the middle

c

Raw clone system call not working correctly

c linux glibc strace

'sizeof(off_t) != 8' when compiling libfuse for android

android c android-ndk fuse

How can I evaluate an argument in a preprocessor macro to pass to sizeof?

c++ c c-preprocessor