Thread: programming reference

  1. #1
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470

    programming reference

    Hi, is there a complete C++ programming reference 4 linux, like MSDN 4 windows? If so, where can i download it?

    Thanx in advace 4 any help.
    GameJolt: https://gamejolt.com/@KasunL
    Game Development Youtube:
    https://is.gd/XyhYoP
    Amateur IT Blog: http://everything-geeky.blogspot.com/



    (and, sorry for my amateur English)

  2. #2
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Here is a linux programmers guide, viwable online.

    Here is a list of guides for linux.
    the one in the first link is in the older / unmaintained section of this page.

    "The Linux Programmer's Guide

    version: 0.4
    authors: B. Scott Burkett, Sven Goldt, John D. Harper, Sven van der Meer and Matt Welsh
    last update: March 1996
    available formats:

    1. HTML (read online)
    2. HTML (tarred and gzipped package, 140k)
    3. other : DVI, LaTeX source, PDF and PostScript.
    4. Example source code is also available.
    5. various (non-English) translations

    The Linux Programmer's Guide is meant to do what the name implies -- It is to help Linux programmers understand the peculiarities of Linux. By its nature, this also means that it should be useful when porting programs from other operating systems to Linux. Therefore, this guide must describe the system calls and the major kernel changes which have effects on older programs like serial I/O and networking. "


    and no answer would be complete without including the installed on every system man pages:
    GCC
    Last edited by Jaqui; 09-13-2005 at 04:52 AM.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  3. #3
    Just kidding.... fnoyan's Avatar
    Join Date
    Jun 2003
    Location
    Still in the egg
    Posts
    275
    Hi

    Here is a good refereance for advanced topics like threads and IPC under Linux. Not a complete referece but a good starting point!

    http://www.advancedlinuxprogramming.com/

    Hope helps...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. C OpenGL Compiler Error?
    By Matt3000 in forum C Programming
    Replies: 12
    Last Post: 07-07-2006, 04:42 PM
  5. c++ linking problem for x11
    By kron in forum Linux Programming
    Replies: 1
    Last Post: 11-19-2004, 10:18 AM