Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how can I check a particular gcc feature in configure.ac

c++ c gcc autoconf

How do signals interact with sequence points?

c++ c linux signals volatile

Can I implement a fair "wait on multiple events" with just events, mutexes, and semaphores?

MinGW GCC in Windows 7 x64 does not create an executable

c windows gcc mingw

fwrite() adds garbage data to output (WINE & Windows 7, mingw & MSVC; NOT linux/gcc)

c windows fwrite stdio

C pointers to Matlab variables

c matlab matlab-engine

Is it possible to use memory barriers only on the storing side

What exactly needs to be PROTECTed when writing C functions for use in R

c r garbage-collection

Native android development without any java?

android c++ c assembly native

Can I redirect output from a C DLL into my c# log4net output

c# c++ c dll log4net

Which addrinfo struct should be used in connect()?

c sockets getaddrinfo

Computing floating point accuracy (K&R 2-1)

Can an unsigned long become negative when multiplied by a float?

c implicit-conversion

Is FLT_RADIX ever not 2 in C11 for modern general purpose computers?

c floating-point c11

understanding size command for data bss segment in C

c windows gcc memory-layout

Getting GCC to generate a PTEST instruction when using vector extensions

c gcc vectorization sse avx2

Can GDB correctly parse C-style hexadecimal floating-point numbers?

c floating-point gdb

Which kind of recursive parsing is this algorithm? Bottom-up or top-down?

c algorithm parsing

What level are fread thread locks on? What level do they need to be on?

c++ c multithreading io locking

Mac OS equivalent of the Windows Fibers API?

c windows macos fiber