Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

strncpy doesn't always null-terminate

c strncpy

Multiple string concatenation [duplicate]

c cstring

What happens if void type function returns nothing?

c++ c

How to format a float number to the right in C?

c string-formatting

How to fix gcc error: expected while before void

c gcc compiler-errors pthreads

Creates two pointers? char *name[] = {"xxx", "yyy"}

c arrays string pointers

number divide by zero is hardware exception

C (void *) used as polymorphic function pointer

Explicitly initialize DWORD to 1, but debugger shows wildly out of range value

c++ c winapi dword

Why is the output of `j= ++i + ++i;` different in C# and C?

c# c pre-increment

less than comparison for void pointers

c pointers comparison

Access the RAW disk using C/C++

c++ c linux windows disk

Why are there two names for a struct in this C code? [duplicate]

objective-c c

What is the difference between sizeof(x) and sizeof(p_x)

c

Do compilers reduce simple functions given constant arguments into unique instructions?

Defining an extern variable in the same header file

c++ c extern

Compute logarithmic expression without floating point arithmetics or log

Include and code on same line in C

c include

Allocating and freeing memory in a loop in C

how to detect the ESC key in C?

c