Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Valgrind showing still reachable memory leak with getaddrinfo for IPv6

I have a question about C library compilation

c linux

How do I create a CMakeLists.txt?

c eclipse build cmake

Valgrind changes CPUID value

c valgrind cpuid

wchar_t argv in C -- Unicode

c unicode command-line

change string array content with function in C

c arrays string function replace

Why is NDK throwing Undefined Reference error on Build?

c++ c android-ndk

setting video bit rate through ffmpeg API is ignored for libx264 Codec

c ffmpeg bitrate

Is it possible to determine (at runtime) if a function has been implemented?

Is re-using a structs own members in initialization reliable? (C99)

c c99

objdump: Can't use supplied machine MIPS

c objdump object-files

Const function in C

c function

Using a void pointer to store a 128 bit number in c

c

why does this force conversion compile fail?

c

Mixed Programming Fortran and C

Why does this generate an Infinite Loop?

c loops file-io infinite-loop

Is this code doing what I want it to do?

c pointers malloc

How to stop propagating declarations through hierarchical includes?

c++ c header-files