Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is triggering an 0x08 interrupt?

c timer linux-kernel x86-64

Select a listening addresses for IPv6 server (Dual stack)

How efficient is SBCL for storing big graphs?

c graph sbcl ffi

Why is const int x = 5; not a constant expression in C?

NIOS II error: invalid suffix on integer constant

c audio sd-card nios

Question mark (?) does not work in regex

c regex

Is there a way to get C99 array designators or alternative in Rust?

Interop'ing between C# and an unmanaged C library

c# c interop marshalling

visual studio express complains missing ';' after type in c program

c

When char (*)[] was converted to char **, it cannot perform as expected

c pointers

Conditional Compilation in C for getting different versions of one function

Memory error in set resize

c memory-management

Print the longest word of a string

c

Toggle a given range of bits of an unsigned int in C

c bit-manipulation

Code for getting multiple words in a string from user [closed]

c++ c string

function pointer usage in c

c

The unary increment operator in pointer arithmetic

Embedding assembly in C with compiler finding registers for you