Find the answer to your Linux question:
Results 1 to 6 of 6
i am a chinese so i english is very bad,,,, i want to learn C on linux ,I have been using TC,now change to Gcc ,Feeling very convenient Please forgive ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8

    Red face how to learn Linux C

    i am a chinese so i english is very bad,,,,
    i want to learn C on linux ,I have been using TC,now change to Gcc ,Feeling very convenient

    Please forgive me English is not good

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Smile

    Quote Originally Posted by brant View Post
    i am a chinese so i english is very bad,,,,
    i want to learn C on linux ,I have been using TC,now change to Gcc ,Feeling very convenient
    Please forgive me English is not good
    Hi welcome
    Code:
    Please forgive me English is not good
    Never mind - my english is very very poor

    For C on linux - i would suggest you books like,
    Rebecca Thomas - Unix Programmer's Guide [very good one]
    Richard Steven - Advanced Programming in the UNIX Environment

    and also for help on system calls often refer your man pages
    For example to know about read()
    try
    Code:
    man  2 read
    All the best
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    The standard book on C is "The C Programming Language" by Kernighan and Ritchie. It is about standard C (which applies to all C implementations), but also does address many UNIX-specific issues.

    The man pages are a great source of information if you know what you're looking for, but you may find the glibc (GNU C Library) documentation useful as well:
    The GNU C Library
    DISTRO=Arch
    Registered Linux User #388732

  4. #4
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8
    I thank the two pairs of the proposal, others are to discuss technical issues, I do not entry, I still listen to what others are studying it

    thanks a lot!

  5. #5
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8
    oh, i write this "thread" ,you are sleeping????
    Quite interesting

  6. #6
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    I have a very good suggestion for you.
    Its called: Google ( Google )

Posting Permissions

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