Reddit Reddit reviews Linux Programming by Example: The Fundamentals (Prentice Hall Open Source Software Development)

We found 3 Reddit comments about Linux Programming by Example: The Fundamentals (Prentice Hall Open Source Software Development). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Operating Systems
Linux Operating System
Linux Programming
Linux Programming by Example: The Fundamentals (Prentice Hall Open Source Software Development)
Check price on Amazon

3 Reddit comments about Linux Programming by Example: The Fundamentals (Prentice Hall Open Source Software Development):

u/saranagati · 2 pointsr/sysadmin

Linux e-book is a very broad subject. Maybe I could make some recommendations if you wanted to narrow it down a bit?

edit: for a good "linux" book i've heard good things about Linux Programming By Example: The Fundamentals.
http://www.amazon.com/Linux-Programming-Example-The-Fundamentals/dp/0131429647/ref=pd_sim_b_7

u/HotRodLincoln · 1 pointr/linuxquestions

A good book on the subject of command line programs is Linux Programming By Example.

A good site on sdl and basic graphical programming for linux is: Lazyfoo. Of course, OpenGL is another choice, and programming in OpenGL is basically the same cross platform.

The best book if you plan to start working on the kernel (in my opinion) is actually the Device Driver Book, but people also really like the Understanding the Linux Kernel book.

Obviously the other option is just looking for good tutorials online, for that you need:

  1. A BASH tutorial. At least a basic one.
  2. A gcc tutorial
  3. A C tutorial
  4. A make tutorial
  5. A gdb and ddd tutorial
  6. Linux API tutorial

    Of course there's also Qt which is used by a lot of people.