Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Correct way for interpreting one type as another?

c

How to implement a log?

c linux logging

Is it possible to disable HTTP Keep-Alive with libcurl?

c++ c libcurl

EXPORT_SYMBOL causes undefined reference in one direction, but not the other (relocation truncated)

doxygen C pointer to function argument documentation

c function-pointers doxygen

How to use fgets() to control the execution of while loop through user input in c?

c fgets

Which clock does SO_TIMESTAMP socket option use?

c linux sockets time timestamp

How to hash the contents of a file in C?

c hash md5 sha

Distinguishing const char * and char * with C _Generic macro

c generics c-strings

Is it possible to break the execution in gdb at the first assignment of inf?

c gdb nan

C corner case and trap

c platform-specific

How to add a custom library (e.g. glew) to mingw-w64?

c mingw mingw-w64 glew

Is there a tool which creates C header files for Delphi (Win32) DLLs?

java c delphi dll jna

Passing integer to a function that has enum as input parameter

c enums capl

C Programming: How can I get parent directory?

c directory

char pointer not the same to char array?

Sending data from C to python

python c

Difference between arrays and pointers in c? [duplicate]

c arrays pointers