Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can't free memory after char *

c free

Declaring volatile pointer to a pointer which points to non-volatile data

c pointers syntax volatile

how to force compiler error with strcpy() when destination is const

c

How to debug external program run in main function in C?

Can you construct a NULL-terminated GPtrArray that doesn't have an element_free_func?

Unexpected behaviour from minimax algorithm

c minimax

What is the fastest way to multiply a 16-bit integer with a double?

c microcontroller

Rotating a Linked List C

c linked-list

Compile C in Visual Studio 2012 without MSVCRT runtime

Why do clang and gcc duplicate code and branch vs unconditional jump inside loop?

c++ c optimization x86

Accessing 2D array values using a pointer

c arrays pointers

Trying regex, simple example won't work

c regex

Segmentation fault with LAPACKE dgels_ in C

c segmentation-fault lapack

How to add headers to a Makefile?

c makefile

Linking header files with makefile: undefined reference error

c makefile

atomicity of pthread_cond_wait()'s unlock-and-wait?

c multithreading pthreads

unpredictable floating point errors from matrix decomposition

Handle escape sequences with ncurses? Does printf handle escape sequences?

c printf ncurses ansi-escape

Special treatment of setjmp/longjmp by compilers