Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

passing a char array by reference in C

c arrays reference char

Scheme and C working together

c scheme

Can I rewrite my expensive pygame functions in C?

Assign Memory to 3D array using triple pointer

Weird behavior with stack and heap while using strncpy

c string malloc strncpy

Printing float such that exponent is marked with "*10^" instead of "e"

Initializing an integer array using memset and an int value - fails

GMP gmp_printf()

c gmp

Can every recursion be changed to iteration?

c recursion iteration

Race condition in C Signal handler

c linux signals

'do' keyword in C

c keyword

Is there anything special about command line arguments prefixed with dashes?

c linux bash shell unix

How to initialize argv array in C

c

`select` on same fd from multiple threads

c linux networking

Kqueue returning both EVFILT_READ and EVFILT_WRITE but I installed separate (ident,filt) pairs

c kqueue

C String Literal Required Escape Characters

c string escaping

Whitespace character after backslash in C and C++

c++ c

The argument of pthread function can be another function?

c pthreads

What's a good RTOS to use with the LPC1788 microcontroller?

Why does passing the result of printf to another printf work? [closed]

c printf