出版社: Wrox
出版年: 2007-11-5
ISBN: 9780470147627
页数: 780
装帧: Paperback
定价: USD 39.99
内容简介 · · · · · ·
Beginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with...
Beginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with the basics of writing Unix programs in C, and including material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and shell programming. Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces. Advanced topics are covered in detail such as processes, pipes, semaphores, socket programming, using MySQL, writing applications for the GNOME or the KDE desktop, writing device drivers, POSIX Threads, and kernel programming for the latest Linux Kernel.
作者简介 · · · · · ·
Neil Matthew has been interested in and has programmed computers since 1974. A mathematics graduate from the University of Nottingham, Neil is just plain keen on programming languages and likes to explore new ways of solving computing problems. He’s written systems to program in BCPL, FP (Functional Programming), Lisp, Prolog, and a structured BASIC. He even wrote a 6502 microp...
Neil Matthew has been interested in and has programmed computers since 1974. A mathematics graduate from the University of Nottingham, Neil is just plain keen on programming languages and likes to explore new ways of solving computing problems. He’s written systems to program in BCPL, FP (Functional Programming), Lisp, Prolog, and a structured BASIC. He even wrote a 6502 microprocessor emulator to run BBC microcomputer programs on UNIX systems. In terms of UNIX experience, Neil has used almost every flavor since the late 1970s, including BSD UNIX, AT&T System V, Sun Solaris, IBM AIX, many others, and of course Linux. He can claim to have been using Linux since August 1993 when he acquired a floppy disk distribution of Soft Landing (SLS) from Canada, with kernel version 0.99.11. He’s used Linux-based computers for hacking C, C++, Icon, Prolog, Tcl, and Java at home and at work.
All of Neil’s “home” projects are developed using Linux. He says Linux is much easier because it supports quite a lot of features from other systems, so that both BSD- and System V-targeted programs will generally compile with little or no change.
Neil is currently working as an Enterprise Architect specializing in IT strategy at Celesio AG. He has a background in technical consultancy, software development techniques, and quality assurance. Neil has also programmed in C and C++ for real-time embedded systems.
Rick Stones started programming at school (more years ago than he cares to remember) on a 6502-powered BBC micro, which, with the help of a few spare parts, continued to function for the next 15 years. He graduated from Nottingham University with a degree in Electronic Engineering, but decided software was more fun.
Over the years he has worked for a variety of companies, from the very small with just a dozen employees, to the very large, including the IT services giant EDS. Along the way he has worked on a range of projects, from real-time communications to accounting systems, to very large help desk systems. He is currently working as an IT architect, acting as a technical authority on various major projects for a large pan-European company.
A bit of a programming linguist, he has programmed in various assemblers, a rather neat proprietary telecommunications language called SL-1, some FORTRAN, Pascal, Perl, SQL, and smidgeons of Python and C++, as well as C. (Under duress he even admits that he was once reasonably proficient in Visual Basic, but tries not to advertise this aberration.)
喜欢读"Beginning Linux Programming"的人也喜欢 · · · · · ·
Beginning Linux Programming的书评 · · · · · · ( 全部 16 条 )
Linux新手的好老师
适合有一定C基础的童鞋学习linux系统编程
不知道是不是翻译的问题
> 更多书评 16篇
论坛 · · · · · ·
| 这本书写得太tm好了,很适合linux初学者 | 来自pascal4123 | 1 回应 | 2010-10-16 22:34:25 |
| e | 来自水痕 | 2009-07-06 11:31:59 |
这本书的其他版本 · · · · · · ( 全部4 )
-
人民邮电出版社 (2010)8.2分 397人读过
-
碁峰 (20040901)暂无评分 1人读过
-
Wrox (2003)8.1分 58人读过
以下书单推荐 · · · · · · ( 全部 )
- Programming (Jacky)
- linux/unix (小七)
- C语言入门教材推荐-by阮一峰 (快乐超人)
- 嵌入式学习-Linux相关图书 (漫天雪眷风)
- C/C++ (raym)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
订阅关于Beginning Linux Programming的评论:
feed: rss 2.0










0 有用 Kevin 2012-07-23 21:14:34
感觉写得有点乱,东扯一点linux命令,西扯一点C程序,不够系统
0 有用 noask 2013-08-13 00:36:49
2013年6月 第二次读 读的第一本linux编程书籍,正如书名,这是一本linux编程的入门书籍,有点C语言基础就能读懂,如果还有一点linux的基础就更好了。
0 有用 hustdelta 2013-06-21 09:45:45
挺不错的Linux编程入门
0 有用 charliesc 2014-04-10 04:41:38
入门好书
0 有用 欧阳映月 2018-05-14 12:02:03
介绍了linux的很多方面。程序例子都不难,并且非常清晰地说明了概念和方法。自己常常会在写makefile和debug的时候回来读那两章,非常实用。