Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to add null terminator to char pointer, when using strcpy

c pointers char malloc strcpy

Global arrays in threads

Temporarily overwrite a macro in C preprocessor

c c-preprocessor

libarchive reads too many chars when extracting a file

c malloc tar

Embedded GCC optimization magic

c gcc

What function actually calls WinMain

c winapi

#ifdef and conditional compilation with Makefile

Should I be terminating a forked child process with exit()?

c fork parent-child

How to check heap size and created objects in core dump

c++ c gdb

`__noinline__` macro conflict between GLib and CUDA

c gcc cuda glib

What is a circular include dependency, why is it bad and how do I fix it? [duplicate]

c++ c include

OpenSSL SSL_shutdown received signal SIGPIPE, Broken pipe

c++ c ssl libevent

Sharing memory across multiple computers?

Win32 API check if current window is dialog or normal window

c++ c winapi

Where the static variables are stored? [duplicate]

c variables static

How to use time library in Arduino?

c++ c arduino

How 'smart' is GCC's Tail-Call-Optimisation?

C Language Audio Input/Output [closed]

c audio audio-recording

how a process know's which child ended?

c signals sigchld

Standard libraries included multiple times over several files?