Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

strtok: How to store tokens in two different buffers

c buffer strtok

Access and store value by index in a pointer

c

Is malloc needed for this int pointer example?

c pointers scope int malloc

C Programming: How to check if user has entered numeric values only in the following expression?

is it a common practice to have the static and dynamic versions of a library with the same name?

MPI programs hanging up

c linux ubuntu mpi mpich

How do use OpenGL to draw decals in a specific ordering?

c opengl 3d

Is there an `alignof` implementation portable to standard C89 and C99?

Confused understanding a passage about char and int types from K&R's "The C Programming Language" [duplicate]

acos() bad results with two close points in C

c math.h rounding-error

using auto variables for global scope

c

scanf isn't executing on every loop iteration

c for-loop printf scanf strcmp

C programming return value odd

c

Why does my array initialisation not compile? [duplicate]

c multidimensional-array

Little endian or Big endian

Any trick for simpler definition of multiline C macros?

warning: passing 'const char *' to parameter of type 'char *' discards qualifiers

c gcc-warning