Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to use C blocks with Gtk callbacks?

c gtk glib

Why does my 2D array cause a bus error in C?

c memory malloc bus-error

Browser displays HTML code as it is, written by a C program to a socket

html c sockets http webserver

Creating a counter with atomic_fetch_add_explicit

c atomic c11

Displaying characters in ascending order in C

c

Programming for Embedded System vs Device Drivers [closed]

Problems with strncpy and how to fix it

c

Array a[i] prints in descending order, but my logic is for ascending order [closed]

c arrays sorting

How to check if variable equal to multiple values

c logical-operators

TextMate 2: errors when trying to compile and run a simple C program

c xcode gcc textmate

reading a date with sscanf

c parsing scanf

proper form with size_t (passing -1 as a default value to get max size)

c++ c unsigned

How to enumerate USB devices *and* read/write to them?

c linux usb udev

Why can I have conflicting function prototypes and definitions with the same name?

Program that lets a user search a file for words

c file