Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Unable to read and print consecutive strings using %s in C

c

Why i am getting segmentation fault when changing const static variable through non-constant pointer variable?

c static constants

Why are functions executed in the order they are defined and not in the order they are called from the int main() in avr-c?

c avr atmega avr-gcc

Thousands of IP Addresses/Interfaces vs. slow program performance

ld: unknown option: -Ttext on Mac OS X maverick

c linker command ld

Is there a way to mmap a stdin?

c unix

On Linux GCC/pthread parallel code is much slower than simple single thread code

c performance gcc pthreads

how can I 'crash proof' a callback function written in C if passed the wrong parameter type

c pointers types signals

Is there a bug in the nestest rom?

c assembly 6502 nes

array implementation using stack

c data-structures

Searching for the largest open space in an array (C)?

c arrays data-structures

What happens when you allocate on the heap, memory that is referenced in a static variable?

is it possible to have a union of arrays in c

c

How to pass the address of an array to a function?

c arrays pointers

Is volatile modifier really needed if global variables are modified by an interrupt?

c gcc optimization

GCC ignores __attribute__((section("CCMRAM"))). How to fix?

c gcc linker arm ld

Macro questions

c macros