Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is an easily hackable C preprocessor?

c c-preprocessor

init-declarator-list and the GNU GCC attribute grammar

c attributes grammar gnu bnf

Storing small (1.0E-12) numbers as doubles in scientific notation

C - fscanf Mixed Numbers and Static Text

c scanf

Difference between getting function pointers from shared library

c shared-libraries

Matrix Multiply with Threads (each thread does single multiply)

multi-dimensional Sparse Matrix Compression

c++ c indexing

Howto handle typedefs without include headers in headers

c include typedef

How can i find the number of lowest possible square that can fit in the given square

c algorithm math

Program hangs when closing serial port connection

c linux serial-port

Auto white balancing for camera

Weird results from multiplying uint16_t variable with a number

c

Strange wording in the standard, concerning comparison of pointers

c pointers language-lawyer c11

6 element double precision vector matrix vector multiply in AVX

c++ c optimization avx

Thresholding a range of colors from an image

c++ c opencv colors pixel

C append to an array in header file

c

Is it possible to use exit in thread?

"Shared Exponent" representation of a floating point vector in OpenCL C

Given an angle and length, how do I calculate the coordinates

c++ c math trigonometry

How does the lambda macro create a lambda?