Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Are there subroutines in C similar to the ones in Fortran?

c fortran

Pointer and use of it: *&p and &*p? are they legal?

c

Vertex array is not being drawn

c opengl

How to create a statically linked extension for sqlite?

c sqlite

Behavior of SO_SNDBUF when using socketpair

c++ c socketpair

Variable list array initialization in C explained [duplicate]

c

How to implement memory simulation in C?

c data-structures

SDL Events Memory Leak

c events memory sdl memory-leaks

Fortran 77 conversion to C++

c++ c fortran fortran77

How to leave ordering unchanged on equality using qsort [duplicate]

c sorting qsort stable-sort

Standard C function names

c

Is it safe to pass "too many" arguments to a external function?

How much runtime overhead is incurred by the loading of shared libraries on Linux

c linker ld

Optimization (in C language): Many function calls vs One function call [closed]

C - Setting a static char array with a "string"

c arrays string char

Calculate the number of days between two dates in C – Convert date to days

c date date-conversion days

"step" not ending program at the end of program, but it ending it after 5 more "step"

c gdb

Implementing bitwise NOT (~) operator perfectly (flipping the bits)

How to calculate the size of a data member in a structure?

c struct sizeof