Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to get number of physical cores on Linux using c programming?

c linux cpu hyperthreading

Error when using memory allocation (realloc) with pointer of structure, which has a dynamic array

I can't understand this type casting

Preprocessor Includes, when to use <> or "" [duplicate]

c c-preprocessor

Valgrind errors with postgresql

c postgresql valgrind

C - Print the most frequent strings

c string struct

Finding the dimensions of an array through assembly

Can we find another data type that is smaller than float?

c types floating-point

can an enum hold unsigned integers greater than INT_MAX?

c enums unsigned-integer

listen() backlog upper limits

c linux tcp backlog

switch case with two variables

c embedded

Array of arrays in C, where the arrays are of different length

c arrays

How do I handle an int** in Ada?

Inconsistent values of ARM PMU cycles counter

Segfault shellcode in main C

c gcc shellcode

Array of pointers initialized with array of compound literals

c pointers

A question about returning local pointer variable in function

C: odd behaviour with nested loop and array

c arrays loops

Is there a bug here in the code that uses fread

c linux ubuntu-10.04