Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Isn't this else redundant? [closed]

c if-statement

Multiple LNK2005 errors

c visual-studio-2008

how does this fork() work

c++ c linux

Read a character from file with C and compare to check if it is an asterisk

c strcmp

C: qsort doesn't seem to work with unsigned long

c unsigned qsort

Reducing the CPU usage of a thread or process

c++ c winapi throttling

Why am I segfault'ing when replacing poll() with zmq_poll() in glib main context?

c gstreamer glib zeromq

gcc compiler for windows of less size

c windows gcc windows-xp cygwin

Manipulating strings of multibyte characters

c++ c string

How we can access auto and static variables outside their scope in C?

c storage-class-specifier

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?