Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

CreateProcessAsUser creates blank/black window

c++ c winapi

While signal not received?

c linux pthreads signals posix

Global register variables in gcc

c gcc

Why `gcc -Q -march=corei7-avx --help=target` lies?

c gcc

Design C-container with `const` elements?

Warning: Assignment from Incompatible Pointer Type [enabled by default] while assigning Function Address to Function Pointer

Array slicing in C

c arrays

Easiest way to simulate the maximum CPU load?

Possible to use a 9 Pin Serial port as "GPIO" using ioctl()?

c linux ioctl

Can a modern C/C++ compiler optimize better with the code in header?

What is a narrow prototype and why would I need one?

c function-prototypes

C Pass arguments as void-pointer-list to imported function from LoadLibrary()

Execute sudo command in C with system()

sudo root c

Is it possible to specify a #include file path relative to the user's current directory when compiling?

c gcc path include

Reading a matrix from a text file in c

c arrays matrix text-files

When a process forks, would the shared library .so still in the address space? And would the constructor be executed again?

Compile a C program in Linux using shared library [duplicate]

c linux gcc shared-libraries

'No Shared Cipher' Error with EDH-RSA-DES-CBC3-SHA

c openssl

How do I make syscalls from my C program

c linux-kernel system-calls

trapping signals in a multithreaded environment