Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to make objdump show assembly of sections only appeared in source code?

c gcc objdump

Pointers behaviour in different datatype

c pointers struct

C: split a string and select last element [duplicate]

c

64 bits Seeds for random generators

using linux header files in visual studio

Make children process wait until receiving parent's signal

Create pthread with the function of multiple arguments

c pthreads

Is this an appropriate function definition?

c struct

DWARF info seem to be wrong for DW_AT_high_pc with gcc 4.8.2

c gcc objdump dwarf

Are float arrays always aligned to 16 byte boundaries?

c++ c memory-management

When should a datagram socket be connected?

c sockets posix

having the same function in multiple c source files

c gcc

C Floating point zero comparison

c floating-point double zero

What is the difference between {} and {0} as struct initialisers?

c struct initialization

Is it possible to pad leading zeros with a space instead of a zero in C?

c floating-point zero-pad

Ncurses mouse wheel scroll up

c linux ncurses

Why gcc gives warning: implicit declaration of function qsort_r?

c gcc

Type of character constant

c types character constants

How to get .so file once we compile a c program? [duplicate]

c gcc

Writing a variadic macro that uses the names of the arguments passed