Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Dynamically allocate matrix C for multiplication

Is it possible to disable gcc/g++ optimisations for specific sections of code?

c gcc optimization

Monte Carlo integration of the Gaussian function f(x) = exp(-x^2/2) in C incorrect output

fwrite putting error indicator on stream in C

c

The char array in C. How to find actual length of valid input?

c arrays

Where to find select() source code in glibc source?

c linux kernel glibc

Variable Declaration must appear up front?

c++ objective-c c

Read string from file in C

c string file-io

GCC: Force a function call after every instruction (for multithreaded testing)?

zeroing memory area of a structure in c [duplicate]

c struct memset

gcc unexpected C static_assert error: expression in static assertion is not constant

Valgrind Invalid read of size 1 (sscanf)

c pointers valgrind scanf

Macro to replace nested for loops

Library for parsing C Type Declarations? [closed]

c++ c parsing cdecl

Can variables inside packed structures be read atomically?

c arm atomic

Why v[i] = i++ is undefined behavior in C?

c undefined-behavior

define multiple #defines with same value

c++ c