Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

For wrappers around syscalls that retry on EINTR, how many times does retrying make sense?

c unix posix system-calls errno

Using multiple threads with GTK?

returning 0 if strings are same in c, where is happening in the code?

c function strcmp

Formatting Unions inside bitfields in C

c unions bit-fields

How to define common function in c

c function header

What is actually happening behind the recursive function for large number?

Can repeated calls to the same function provide better performance?

c

In C, how to convert several boolean to int whose bits value are the results of differents tests

c int

How do I correctly wrap native c library in Xamarin.iOS

C program to capitalize string not working

c string

Strlen Function behavior on single character

c char strlen null-character

How to make objdump -D only display specific function in Windows?

c windows objdump

GNU/Linux replacements for Turbo C functions `clrscr` and `cprintf`

c linux gcc ncurses bgi

Formatted and unformatted input and output and streams

c++ c

struct's string field as function's parameter in C

C: How to manually add a dependency when compiling a Kernel module

intrinsic tick count, a fine performance measurement no need for external api

c++ c performance-testing

Recursive C function to compute sum of digits

c recursion

Unable to read and print consecutive strings using %s in C

c

Why i am getting segmentation fault when changing const static variable through non-constant pointer variable?

c static constants