Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can someone help me to analyze these valgrind output?

c linux debugging valgrind

Passing file descriptor from one program to another on the same host using UNIX sockets

c linux

C word size and standard size

c long-integer ansi

Render Buffer on Screen in Windows

c++ c windows buffer render

OpenCV: how to restart a video when it finishes?

python c++ c opencv

Should I cast arrays to pointers when passing them to variadic functions like printf?

c++ c printf

Why cant a pipe created using pipe() be used as a bi-directional pipe?

c ipc pipe interprocess

C struct written in file, open with Java

java c++ c

Error in assigning an array to the other in C

c pointers

Adding accelerators(shortcuts) in MFC - HOW?

c++ c mfc

K & R malloc code doesn't make sense?

How to use special characters in C?

c internationalization

Is it possible to check if a variable is of type struct?

c

Converting C code to MIPS (arrays)

c assembly mips

OpenMP: Locking access to single array elements?

c openmp

Is this undefined behavior in C? (c=x) + (c==y)

c undefined-behavior

convert csv string to array of floats

c

How to implement the mouse click for URLs at rich edit control

c++ c winapi richedit

What is the difference between malloc and malloc(3)?

c manpage

how to wait for starting thread to have executed init code