Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

When do you use third-party code? [closed]

c

Always add MAP_NORESERVE flag in mmap for a regular file?

shared library in C

c

Get PE and VA of executable file with C

c executable

How can I get the telnet result using C / Objective C?

c objective-c telnet

A few questions about char pointers

c pointers char

Using select() system call for listening on stdin and the server

c linux select-function

regarding left shift and right shift operator

c bit-manipulation

Maze solving algorithm in C

c algorithm maze

Automatically translating C source into C89 or C90

Ncurses: Difference between doupdate() and refresh() for panels

c++ c ncurses

C - unsigned int doesn't get the correct value on assignment

Circular queue problem

c queue

Usage of C Block Scope in Interrupt Handler?

c arm embedded cpu

pocketsphinx can't efficiently recognize words (commands) recorded via mic

fgets isn't using the set up locale

c locale fgets setlocale

Remove \n after scanf() which read integer

c

Enumerator attributes in GCC

c gcc enums

Why does this second loop have no initialization? And why does it print five stars?

c for-loop