Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why include header in the method definition file?

performing simple buffer overflow on Mac os 10.6

c string compare vs hash compare

c string hash compare

Is there a C/C++ function to safely handle division by zero?

h.264 bytestream parsing

LU Decomposition from Numerical Recipes not working; what am I doing wrong?

possible buffer overflow vulnerability for va_list in C?

Convert int to double

c printf

Multiple const in one variable declaration

c constants ansi

How to change value of variable passed as argument?

c parameter-passing

Is spacebar a character?

c arrays string char

Using the function of a specific library

c++ c

Where is the "2+2" in this Assembly code (translated by gcc from C)

c gcc assembly

C not operator applied to int? [duplicate]

Max value of INT in 64 bit computer

c

Does a C struct hold its members in a contiguous block of memory? [duplicate]

c

What are the exact differences betwenn int **a and int a[][] as function parameters in C and C++?

fork() as an argument

c fork

Oddities in C char arrays

c arrays pointers

Problem with rand() in C [duplicate]

c gcc random