Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does it mean to have a void* member of a struct in C?

c struct void-pointers

Purpose of using parentheses in macros

c linux macros

Why is the assigned stack frame size is different for malloc() and normal array declaration?

When converting a double to a string, what can the first string character be?

c floating-point

Why does gcc accept "int a = 3i;" as a valid statement?

c gcc

How to retrieve function name from function address using link register (like backtrace_symbol) in linux

c linux arm

How do I keep code portable while using FreeRTOS

Copy a uint8_t array to a struct

c memcpy string-literals

Explain difference between the use of void pointer

c pointers casting void

How to find number of Multiples of 3

c algorithm math

Static/dynamic libraries vs .so libaries?

c visual-studio gcc dll

Sharing OpenCL Kernel Data

c opencl

How can I stringify a macro using a macro?

File Channel in C++

c++ c io filechannel

Is there an easy way to read unverified decimal values from a file?

c validation file-io scanf

Tracing socket (file) descriptor back to bound address

c# c linux mono

How to interpret section 6.3.2.3 part 7 of the C11 standard?

c

pthread_join from a signal handler

Implementing sobel edge detection algorithm

c detection sobel