Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does VC++ introduce the nonstandard keyword: __leave?

How to set mouse cursor on X11 in a C application

c x11 mouse-cursor

Why is 0 a very common integer for the last values of my dynamically created array?

c arrays random

CLI instruction not executed in Linux kernel module

How to use strtok()

c printf token strtok

Example of using "byte" datatype with protobuf-c

c malloc protocol-buffers

Dynamic Input for Statistics

c bash

clock() returning a negative value in C

c clock time.h time-t

Explanation of Linux Kernel FIELD_SIZEOF macro

c linux gcc macros

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