Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

GNU/Linux replacements for Turbo C functions `clrscr` and `cprintf`

c linux gcc ncurses bgi

Formatted and unformatted input and output and streams

c++ c

struct's string field as function's parameter in C

C: How to manually add a dependency when compiling a Kernel module

intrinsic tick count, a fine performance measurement no need for external api

c++ c performance-testing

Recursive C function to compute sum of digits

c recursion

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?