Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does fmax(a, b) return the smaller (negative) zero and how to cleanly workaround it?

c math floating-point

the size of dynamically allocated array in C [duplicate]

c arrays sizeof ansi c89

What is the purpose of HAVE_* macros?

c++ c macros autotools

How can I access a C global variable/constant in Rust FFI?

c rust ffi

Why are so many string types in C++?

c++ c string c++-cli

Queue in C via array

c queue

what is the difference between extern char **environ and extern char *environ[]

c linux

Confusion about realloc function

c language-lawyer realloc

How to include FFI in OS X?

c include closures

Relationship between system calls API, syscall instruction and exception mechanism (interrupts)

Can I still call free() on a variable that had a second malloc() call on it?

c memory malloc

GCC Optimization and debugging

Do Static Variables Impede Data Caching?

c++ c performance caching

Behavior of `realloc()` when the memory is shrunk

Read RTC in Windows

My floating value doesn't match my value in C

c floating-point

C remainder/modulo operator definition for positive arguments

Custom int size other than using <stdint.h>

c int size

binary numbers: strange differences between + and |

c

MISRA C 2012 Rule 15.4 and replacing goto's with break's

c misra