Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the meaning of "statically allocated"?

c pthreads

Redefinition of main

c main

Format String Attack?

c security printf

Initializing an atomic flag in a malloc'd structure

c struct atomic freebsd c11

malloc-free-malloc and strict-aliasing

c strict-aliasing

Mod Closest to Zero

c++ c angle modulo closest

Data Type - socklen_t, sa_family_t

Format string exploit ends in segfault

Bus error (core dumped) when using strcpy to a mmap'ed file

c strcpy

Are enums as bitfields implementation-defined types?

c language-lawyer c99

Why do Boost Format and printf behave differently on same format string

c++ c boost printf boost-format

How can I speed-up this loop?

c performance loops

Using scanf in for loop

c

Recommended way to handle multiple malloc errors in a single function in C

c error-handling malloc

Permutations but with some numbers kept in an order

end of line (GNU documentation)

c gcc

Writing bootsector in C: prevent generating stack pointer initialization

c gcc assembly gnu-assembler mbr

Trick to divide a constant (power of two) by an integer

Getting one-dimensional arrays from a two-dimensional array

c arrays c89

Is this full adder implementation correct?

c algorithm add