[C] Write in C - Let it Be. - Programming On Unix

Users browsing this thread: 1 Guest(s)
D9u
Long time nixers
Code:
#include < stdio.h>

void main()
{
    printf("\nDidnt watch the video. Slow connection.\n\nI have a dog eared copy of Kernighan and Ritchies ANSI C 2nd Edition.\nHighly recommended.\n");
}
BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC.
Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC.


Messages In This Thread
[C] Write in C - Let it Be. - by Robby - 28-08-2012, 10:00 PM
RE: Write in C - Let it Be. - by gurhush - 28-08-2012, 10:12 PM
RE: Write in C - Let it Be. - by Dritz - 29-08-2012, 02:12 AM
RE: Write in C - Let it Be. - by Robby - 29-08-2012, 10:54 AM
RE: Write in C - Let it Be. - by Jayro - 29-08-2012, 11:02 AM
RE: Write in C - Let it Be. - by Robby - 29-08-2012, 11:41 AM
RE: Write in C - Let it Be. - by FreeBSD - 04-09-2012, 04:10 AM
RE: Write in C - Let it Be. - by pac - 04-09-2012, 03:31 PM
RE: Write in C - Let it Be. - by D9u - 16-09-2012, 06:47 PM