Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

using pipe while executing command through the parent

c linux pipe

Is there any way to check whether a function has been declared?

Is there a way to code a qsort comparison function for unsigned integers without using lots of branching statements?

c qsort

How to determine system value for _POSIX_PATH_MAX

C++: Quickest way to get integer within a range

c++ c hash modulo low-latency

Put a va_list variable inside... a variable argument list (!)

c variadic-functions

Is it necessary to write a "portable" if (c == '\n') to process cross-platform files?

c linux windows macos

text auto complete using Tab in command line

GCC behavior for unresolved weak functions

c gcc arm ld weak

How can I subtract two IPv6 addresses (128bit numbers) in C/C++?

c++ c networking ipv6

How i get absolute path in kernel space from file descriptor

c linux-kernel

Detect if processor has RDTSCP at compile time

c++ c linux x86 intel

What can a pointer do that a variable can't do?

c pointers

Recursion With Memory Allocation

What happens if I catch SIGSEGV and the signal handler causes another SIGSEGV?

c linux

scanf in c and relation input buffer

c scanf

Order of bytes in struct

c arrays pointers memory struct

How to get absolute path of a symbolic link?

c linux

How to create array of fixed-length "strings" in C?

c arrays string char low-level

Do any compilers transfer effective type through memcpy/memmove