Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C standard binary trees

unused functions detection utility for c

c code-analysis

Why does sizeof(int) vary across different operating systems?

c++ c operating-system

declared as array of references of type float&

c++ c

Understanding multiple declaration of a variable in a program and GCC compiler behavior

Getting actual image resolution from JFIF/EXIF (JPEG) header?

c++ c header jpeg resolution

C : Character swapping [duplicate]

c pointers char

Pixel-Perfect 2D Rendering with OpenGL

c opengl

How do I force the program to use unaligned addresses?

c linux multithreading

Automatically generate values for #define using vi[m]

c++ c vim macros vi

How can I exec either a shell script or an executable?

c exec

Specific modular multiplication algorithm [duplicate]

How to add two numbers as a string

c string

C: Generating hash keys for large data sets?

c hash key

Programmatically check if a process is being run in the background

c linux background-process

difference between a[10] and 10[a] [duplicate]

c arrays

difference between &array[0] and &array when passed to a C function

c

how to realloc inner and outer array

c string memory-management

C sockets send/recv buffer type

c++ c sockets unix

Can I know whether the variable has changed its value without comparing it with previous value in a function call C?

c++ c