Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to apply a SWIG typemap for a double pointer struct argument

python c pointers swig

Can someone explain how the modulus work?

c

Middle node of a linked list

Stringification on a enumeration member

c macros

Why missing terminating " character is a warning? [closed]

writing C function using only recursion

c algorithm recursion

What is with the null character in reverse string program?

c arrays string reverse

Big Endian and Little endian little confusion

c pointers endianness

Should one be using macros instead of flexible array members?

Why is the array at Index 1 is resetting in my compiler? (Undefined Behavior)

c embedded microchip

Executing code in mmap to produce executable code segfaults

Behavior of stack addressing and esp usage

c assembly x86

Reading variables while debugging with GDB (C)

c debugging gdb

Code blocks debugging issue

c codeblocks

OS X contains heapsort in stdlib.h which conflicts with heapsort in sort library

What is this asterisk for?

c

Weird terminal display glitch in c, Ubuntu

c ubuntu virtual-machine

passing format string to scanf as an command line argument vs hardcoding it

c scanf

How to get gcc to generate decent code that checks if a buffer is full of NUL bytes?

c gcc x86 micro-optimization