Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

Triangular array

c arrays

how does overloading with C linkage work in C++?

c++ c overload-resolution

Array of characters in C without fixed size

c arrays

STM32F407 Software Bootloader - Problem with receiving UART data

c bootloader stm32f4 usart

Why do I get inconsistent signals for orphaned process group?

c linux system

why does getaddrinfo() take the node, service and hints arguments as pointers? [duplicate]