Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How do I extract bits from 32 bit number

Is it safe to pass a parameter to another function by reference (in C)?

c

How does CALL instruction parsed into hex?

c assembly x86

Approximation of arcsin 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