Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to reduce repetition in a large amount of if-else statements when reading from a buffer

c buffer dispatch

Cross-platform screenshot [closed]

c++ c opencv

Is there a way to pass an entire file from file system mini filter driver (kernel mode) up to a user mode application?

c++ c windows driver minifilter

What is the purpose of ioctl set of functions in linux?

c linux kernel freebsd ioctl

have I coded this incorrectly?

c gcc

Implementation of Binary Search of a Sorted Array in C

c arrays search binary-search

Passing multidimensional array to a function C

c multidimensional-array

ANSI C library for Aspect-Oriented Programming

c aop

Format string attack in printf

what's the difference about p.a and p->a where p is pointer?

c pointers

Compile code in C to MIPS assembly

Environment variabile in Macro path

c

Read/Write struct to fifo in C

c struct fifo

Example code given for curve fitting with Gnu Scientific Library wont run.

c curve-fitting gsl dyld

What's really happening inside getchar() and printf()? Explain whole process

Side effects in C

c++ c side-effects

while loop nested in a while loop

c while-loop

How do I concatenate two C-style (null-terminated) strings?

Can main() return structure?