Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does this kernel code mean?

c linux linux-kernel

Is there an equivelant for Pascal's readkey; in C or C++?

static extern vs extern static

c

Restrict REQ_NEXT_CHAR to content length in ncurses form field

c ncurses

Programmatically Streaming with ffmpeg library using linux system video device

c linux ffmpeg streaming codec

What points to a pointer?

objective-c c pointers

sys/stat S_ISDIR(m) with struct dirent

c++ c systems-programming

What is a readable way to code a nested binary branching logic

c++ c boolean-logic

if statement, function evaluation & compiler optimization

Array-in-struct initialization in C and C++

c++ arrays c struct

What is the difference between an iteration and a loop?

c loops iteration cs50

How to execute a program by fork and exec

c linux exec

How can I compile GCC with a shared library?

c linux gcc shared-libraries

C function float argument takes different value inside the function

c function

What problems can linking both static and dynamic libraries into the same executable cause?

C Struct pointer as Parameter

How do I open a C file with a relative path? [closed]

c directory

Issue with implementation of natural logarithm (ln) and exponentiation

how can i write a function that returns a string in c?

c string