Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Linux: How to measure memory usage for a thread within process?

c++ c linux multithreading

Comparing two fractions (< and friends)

c 64-bit fractions

Is it OK to malloc an array in a called function but free it in the calling function?

c

Improving cache performance while iterating through a simple 2D array?

java c caching

"multiple definition of value" when compiling C program with uninitialized global in g++ but not gcc

what is difference between file descriptor and fildes [closed]

c linux

goto statements and alternatives in C

c goto

Signal and SIGCHLD, what does it do?

c signals fork

A union may only be initialized with a value of the type of its first member,K&R

c unions

error in the code given in skiena's book for the application of dfs to find a cycle in a graph

valgrind error with strcpy

c linux string memory valgrind

Migrate a C program to Android NDK

android c android-ndk

Reading from message queue (non-blocking if empty)

c linux message-queue sysv-ipc

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