Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

If two digits are the same 0s then make 0 condition in C++ and Root

c++ c root-framework

Strange warning when calling sprintf with .* width specifier

Confused between passing strings to a function (C)

Does the scanf empty the buffer after reading the input data (in C)?

c scanf buffering

When one compiles a `C` file in Visual Studio 2010, is it compiled as a C++ file?

Why can't Python's import work like C's #include?

python c import

What's the meaning of "utsname" in Linux?

c linux posix

Confusion in scanf function while entering values for structure using pointer

c

Python extension: using different compiler flags for a C parts and C++ parts

python c++ c gcc setuptools