Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Reason for volatile nonstatic local variable in C

c embedded volatile

Which library shall I add to get fcntl64, stat64, ... resolved?

c gcc cross-compiling uclibc

Better way to declare this huge struct?

c struct

In Sun's libm, what does *(1+(int*)&x) do (where x is of type double)?

c floating-point

code coverage in C [closed]

To find if a tree is a binary search tree or not

c binary-search-tree

Is this an appropriate use of void pointers?

How to initialize char ** in C?

c string pointers char

What is the problem with assigning magic numbers to named structure members?

c clang-tidy magic-numbers

Scope of parameters in a complex function definition

Does a const qualifier inside a struct declaration do anything?

c struct constants

Manually Call a C++ Object's Initializer in C

c++ c initialization termios

Does an arbitrary instruction pointer reside in a specific function?

c++ c

Right shift (Division) -> ROUND TOWARD ZERO

c bit-manipulation

Whereto put "plugins" in linux

c++ c linux directory plugins

How to map optical flow field (float) to pixel data (char) for image warping?

Why doesn't a call to free() reduce the size of the heap?

c memory-management

How To Draw a line with variables

c opengl

Getting last token of strtok

c strtok