Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there a way of control the wide and precision of a float in the printf() function in C?

In C and C++, can I use macros definitions containing space?

c++ c macros

Windows.h in C using Turbo-C

c winapi turbo-c

How comes free() doesn't need a length parameter? [duplicate]

c memory-management

Malloc memory layout

`XSetWMNormalHints` and `XSetWMSizeHints`

c++ c x11 xlib

inet_ntoa problem

c sockets

c language: printf help

c printf

C++ string to C string

c++ c string

Unexpected output in converting from long in C to long in C++ in VS?

c++ c visual-studio

How does memory usage of thread_local scale with number of threads?

c++ c thread-local-storage

By printing "garbage values" in uninitialized data segment (bss) can we map out all values from previous program

How do I easily package libraries needed to analyze a core dump (i.e. packcore)

c linux gdb coredump hp-ux

Is memory fragmentation possible when malloc and free functions are called in order?

Forcing integer constant to be quadword

c assembly x86-64

Waiting for processes in C

c unix fork wait zombie-process

C qsort compare with non-global lookup table

c lookup-tables qsort

Executing programs stored in external SPI flash memory on an ARM processor

c arm execution spi flash-memory

Ask about file .obj and .tds in Borland C++ compiler 5.5

c++ c borland-c++

Are there any C implementations which have a useless single-bit `int` bitfield?

c c99 bit-fields c11