Linux Programming by Example
โ Scribed by Kurt Wall
- Publisher
- Que
- Year
- 1999
- Tongue
- English
- Leaves
- 632
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
For Linux courses covering programming where students have had exposure to C programming. Linux Programming By Example covers the basics to allow students to start programming working applications in a Linux environment. It assumes students have some knowledge of C, but no experience in Linux. It covers many topics, including using GNU development tools, system programming, file handling, debugging, memory management, network programming, and application programming interfaces. It also teaches students how to use Linux to its fullest potential as an operating system.
๐ SIMILAR VOLUMES
Linux Socket Programming by Example begins with a very basic introduction to the fundamentals of socket level programming. As the chapters progress, you are introduced to related concepts, such as forming network addresses, Ipv6, the TCP/IP protocol suite and options, writing servers, and creating s
ๅ ๅฎน็ฎไป ยท ยท ยท ยท ยท ยท Linux Programming by Example introduces new Linux programmers to the core Linux programming interfaces in a gradual, consistent fashion, progressing intuitively from the basic to the more complex. It covers I/O, file metainformation, users and groups, processes, basic interprocess
Code <p><b>Find solutions to all your problems related to Linux system programming using practical recipes for developing your own system programs</b></p><h4>Key Features</h4><ul><li>Develop a deeper understanding of how Linux system programming works</li><li>Gain hands-on experience of working wit
Anyone who's done programming work knows that you spend half your coding time looking for other people's solutions to the problems you're facing in your project. Particularly when you're dealing with times, dates, standard calculations, and other common problems, you find yourself saying, "Someone m