Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Unknown error calling stat() against a 4 GB file on Windows

c windows-8 32-bit stat

why does printf("-%d",025); print -21? (C)

c

Freeing a pointer to a 'double' value