Results 1 to 2 of 2

Thread: local C guide?

  1. #1
    Join Date
    Dec 2008
    Beans
    328
    Distro
    Ubuntu 13.04 Raring Ringtail

    local C guide?

    hi
    i am new to programming in C++
    the book i'm reading asks me to consult the "library section of your local C guide".
    anyone knows where is the local C guide on a standard ubuntu installation (8.10)?

  2. #2
    credobyte is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jun 2009
    Beans
    1,559
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: local C guide?

    Install:
    Code:
    sudo apt-get install manpages-posix manpages-posix-dev
    Use ( just an example ):
    Code:
    man printf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •