Declaration specifiers and declarators – With reference to the question Where in a declaration may a storage class specifier be […]
Author: Marie
Determine if a network interface is wireless or wired
Determine if a network interface is wireless or wired – I have a program that has two separate sections: one […]
Pthread create as detached
Pthread create as detached – I have a problem creating a thread as detached. Here’s the code I wrote: void* […]
Usual arithmetic conversions in C : Whats the rationale behind this particular rule
Usual arithmetic conversions in C : Whats the rationale behind this particular rule – From k&R C First, if either […]
Getting count of current used file descriptors from C code
Getting count of current used file descriptors from C code – Is there a C API to get the: Current […]
kernel module no debugging symbols found
kernel module no debugging symbols found – After I loaded linux kernel module with user@c4:$ insmod mmaptest.ko I can verify […]
Pass an array to a function by value
Pass an array to a function by value – Below is a snippet from the book C Programming Just the […]
Does C or C++ have a standard regex library?
Does C or C++ have a standard regex library? – Does it? If yes, where can I get the documentation […]
stack implementation using malloc in c [BEGINNER]
stack implementation using malloc in c [BEGINNER] – for learning purpose I’m implementing a stack with it’s functions in c. […]
Two Equal Signs in One Line?
Two Equal Signs in One Line? – Could someone please explain what this does and how it is legal C […]