Thread: Good Websites/Tutorials on Linux Programming?

  1. #1
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    Question Good Websites/Tutorials on Linux Programming?

    Anyone know any good websites/tutorials on Linux Programming?

  2. #2
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    try getting some books. like the posix ones and the advanced linux programming one(you can get that one on kazaa).

    books make it easier to learn and the internet has great references.



    im sure this is in a couple of places on this site.....

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    Why not get it from its proper home?
    lol! i cant believe i never found that, i thought i found a rare bootleg copy.....

  4. #4

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    www.developerweb.net/forum/
    no posts in c!!! just one from a mod. im surprised theres not more decent c boards.

  6. #6
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    Try the MAN pages... I found out more about Linux programming there than from any of the books I have read.

    Online Version of an Incomplete Man Refrence

    For a function's definition use 3 following the command (3 I believe is the page or refrence number or something, all I know is that it leads to whatever info on C it has)
    Ex:
    Code:
    [user@compname ./]$ man 3 rand
    will print the MAN page refrence for the rand() function
    while
    man rand
    will just print the command's man page. Try it out for yourself.

    -LC
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  7. #7
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    ...

    ? Just a second ago I thought you said six... Must've been hallucinating.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 51
    Last Post: 02-09-2009, 05:35 PM
  2. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  3. Text Editor (RH Linux)
    By LittleJohn in forum C Programming
    Replies: 10
    Last Post: 12-15-2003, 03:41 AM
  4. linux and windows lookup host processes
    By Lynux-Penguin in forum Tech Board
    Replies: 0
    Last Post: 08-31-2003, 11:54 PM