book on linux application written with c


 
Thread Tools Search this Thread
Top Forums Programming book on linux application written with c
# 1  
Old 08-20-2012
Data book on linux application written with c

Just learned c language ,but I don't know where to start to write some applications under Linux ,I really appreciate it if anybody can help me find some books or sites on it.
# 2  
Old 08-20-2012
The Linux Programming Interface: A Linux and UNIX System Programming Handbook
by Michael Kerrisk

Regards,
Alister
# 3  
Old 08-21-2012
Quote:
Originally Posted by alister
The Linux Programming Interface: A Linux and UNIX System Programming Handbook
by Michael Kerrisk

Regards,
Alister
This is definitely the best book on Linux programming (on the Linux programming interface, more accurately). But there is an alternative you should try: Advanced Linux Programming, by Mark Mitchell, Jeffrey Oldham, and Alex Samuel. This book is published under the Open Publication License, meaning that you can download the full book free of charge, and also buy the printed version if you like it. In my opinion, you should buy both books.

Advanced Linux Programming
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What is the best book to learn linux kernel?

I'm looking for a book to learn Linux Kernel Now I got a basic C and operating system concept Thanks (1 Reply)
Discussion started by: Runicer
1 Replies

2. Red Hat

Linux book

Hi, Can any one suggest me which book will be good for learning Linux server admin. I am new to it and trying for interview preparation. Thanks (2 Replies)
Discussion started by: chetansingh23
2 Replies

3. Shell Programming and Scripting

An algorithm to be written in linux command

Hi All, I wrote the following script in R. However, i can not run it. Because the data file is so big. Therefore, i need to write it in shell script. Could you please help me? ###################################### data=as.matrix(read.table("data.txt"))... (3 Replies)
Discussion started by: senayasma
3 Replies

4. Programming

Linking Linux Driver written in C with ASM module

Hi, I have got sample linux driver written in C. I got also some assembly code, compiled into .o file (using as compiler). In my Makefile I got: obj-m += someDriver.o someDriver-objs := CFile1.o CFile2.o ASMFile.o default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modulesUnfortunatelly I cannot... (0 Replies)
Discussion started by: Chrisdot
0 Replies

5. UNIX for Dummies Questions & Answers

Need Book for Linux Basics and Linux device driver.

hai friend, I am new to Linux, i need a book for Linux basic and Linux device driver .. plz send the book name and author(Easy to learn and mostly used by programmers) and also send the link if it is available in Net... Thank you. ... (0 Replies)
Discussion started by: sundar.lsr
0 Replies

6. UNIX for Dummies Questions & Answers

Operating on a file being written by another application

Hi, I have a directory that is used to store files generated by another application. Each file is huge and can take some time to produce. I am writing a shell script to check the names and dates of the files and do some functions on the ones that are not being written out. My question is, if I... (3 Replies)
Discussion started by: GMMike
3 Replies

7. UNIX for Dummies Questions & Answers

the book Hacking Linux Exposed

i have the book Hacking Linux Exposed. Why is it that a lot of these commands dont work in my RH8 system? Do you need a special package? Or are they outdated? (11 Replies)
Discussion started by: ASpin
11 Replies

8. UNIX for Dummies Questions & Answers

Linux book

Hi guys, i have a book about Linux Red Hat 6.2 and I was wondering if this book will "fit" (be compatible) on Linux RedHat 7.1 or 7.2? thanx :) (1 Reply)
Discussion started by: Ozzy20
1 Replies
Login or Register to Ask a Question