Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Different output every time in c?

c printf format-specifiers

Confused about understanding and silencing a -Wsign-compare gcc's warning

C - Swap first and last element in singly linked list

c swap singly-linked-list

ArduinoJSON undefined reference to `__cxa_guard_acquire'

c json arduino

How to round down a float to the nearest value that can be divided by two without rest?

objective-c c

printf style formatting without outputting

c string printf

signal handler sa_sigaction arguments

c unix signals

C Language: Since there is no "byte" primitive, is using a "char" the exact equivalent?

c types

UNIX File Descriptors Reuse

c++ c unix file-descriptor

pthread_create fails with ENOMEM on low free memory scenario

c linux pthreads

Good C/C++ compiler for OpenSolaris for x86

c++ c linux gcc solaris

Compiling x264 for i386

c++ c cross-compiling x264 i386

Input large strings in C

c string memory-management

is there a way to do generic code with macro setting in language C?

How to make cursor rotate

c++ c

How to detect a new line of any file using C program

c arrays file newline scanf

Programming for Windows Phone 8 (and beyond) on GNU/ Linux

c++ c linux windows-phone-8 vlc

c compiler warning when passing a char *arr[] to a function as const char **arr

c pointers char constants

How to provide Sentinel value at the end of Structure Array

c structure sentinel