Thread: Hi!

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    11

    Hi!

    Hi Im a 31 year old noob who's just gotten interested in programming. I wonder if anyone can point me to a resource about c without the examples, much like a dictionary i suppose. I need it because Ive just started going to school trying to learn c and I dont have a reference for definitions. And I get confused what a function does and what a declaration its etc. thanks.







    P.S.

    also some help with binary arithmetic would do me great.
    Last edited by diding; 09-15-2004 at 07:26 PM.

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    There are a few great places to look. You can start by googling, msdn, compiler documentation, etc. This website has a few explanations of its own as well, just search for a while and you should find some good definitions as well as tutorials. For ANSI C references in terms of books The C Programming Language by Kernigan and Ritchie book is unbeatable.

  3. #3
    Utter insanity
    Join Date
    Jan 2004
    Posts
    19
    I am having good luck with the SAMs publishing Teach Yourself C in 24 Hours book. I will warn you AWAY from using Pacific C however. 5 + 10 hasn't equalled 267, at least not in any math I've ever done, and starting around hour 9, you start running into weird errors and such, that no other compiler will have.
    "I merely took the energy it takes to pout and wrote some blues." - Duke Ellington

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Quote Originally Posted by Draco
    There are a few great places to look. You can start by googling, msdn, compiler documentation, etc. This website has a few explanations of its own as well, just search for a while and you should find some good definitions as well as tutorials. For ANSI C references in terms of books The C Programming Language by Kernigan and Ritchie book is unbeatable.
    Accept no substitutes.

  5. #5
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    i think i got the perfect reference for you. My #1 C reference that had never let me down. Just right-click and save this file :


    once you do , execute it then use the 'search' button and you'll see a dictionary-alike interface that let you find all about types\headers\functions including declaration , description , portability , return value , similar entries and few more.

    enjoy

    p.s : the download might be a bit slow but its worth it.
    Last edited by Brain Cell; 09-16-2004 at 07:20 AM.
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  6. #6
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Actually, for quick reference he is right. But I think you are looking for in-depth explanations too. For that you should use a copy of The C Programming Language.

  7. #7
    Registered User
    Join Date
    Sep 2004
    Posts
    11
    i think i got the perfect reference for you. My #1 C reference that had never let me down. Just right-click and save this file :


    Borland help file




    to Brain cell: Can you just email that file to me please?My internet connection is busted and I really need it. Thank you very much.

  8. #8
    Registered User
    Join Date
    Aug 2004
    Posts
    5
    I have The Complete Reference C 4th edition, by Herbert Schildt and it has been my bible on C. It is a great book.

  9. #9
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by dannyp
    I have The Complete Reference C 4th edition, by Herbert Schildt and it has been my bible on C. It is a great book.
    *screams and runs away in terror*

    Quzah.
    Hope is the first step on the road to disappointment.

  10. #10
    Registered User
    Join Date
    Jun 2004
    Posts
    277
    Quote Originally Posted by dannyp
    I have The Complete Reference C 4th edition, by Herbert Schildt and it has been my bible on C. It is a great book.
    I agree this book is good, has some good examples, lacks of some definitions but nothing is perfect. Linux Programmers manual is also a good support, and is FREE.

  11. #11
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Well you already have some books here are some links to libraries et al.one , two , three and four and this is pretty decent for intro here
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  12. #12
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by Maragato
    I agree this book is good, has some good examples, lacks of some definitions but nothing is perfect.
    Especially where Schildt is concerned. He's got a word and a FAQ entry which further the point I was making.

    Quzah.
    Hope is the first step on the road to disappointment.

  13. #13
    Registered User
    Join Date
    Jul 2004
    Posts
    6
    I found his Borland C++ complete reference for 3 quid. Thought it was very cheap for a programming book, now I know why. Haha

Popular pages Recent additions subscribe to a feed