Exforsys
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

C C++ books and tutorials

This is a discussion on C C++ books and tutorials within the C and C++ forums, part of the Programming Talk category; Hi, I would like to have advices regarding any good book to learn those programming languages I have some programs ...

  1. #1
    falco85 is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    18

    C C++ books and tutorials

    Hi,
    I would like to have advices regarding any good book to learn those programming languages I have some programs that I need to review for work, but I am not so keen with C! Any help? Online tutorials are good as well, thanks!


  2. #2
    techguru is offline Senior Member Array
    Join Date
    Mar 2005
    Answers
    112

  3. #3
    kalareddy Guest
    Quote Originally Posted by falco85
    Hi,
    I would like to have advices regarding any good book to learn those programming languages I have some programs that I need to review for work, but I am not so keen with C! Any help? Online tutorials are good as well, thanks!

    what kind of programming you are interested in learning ....


  4. #4
    cybot's Avatar
    cybot is offline Banned Array
    Join Date
    Apr 2006
    Answers
    16
    Hi there.. I searched around and found some handy and good online tutorials for you.

    The New C Standard: An Economic and Cultural Commentary
    This book is about the latest version of the C Standard, ISO/IEC 9899:1999 plus TC1 and TC2. It is structured as a detailed, systematic analysis of that entire language standard. A few higher-level themes run through all this detail, these are elaborated inside this book.
    http://homepage.ntlworld.com/dmjones/cbook1_0b.pdf


    Visual C++ 6 Unleashed
    Visual C++ 6 Unleashed provides comprehensive coverage of the core topics for Visual C++ 6 programming. This book skips the beginning level material and jumps right in to Visual C++.
    http://www.samspublishing.com/librar..._PlusPlus&rl=1

    The C Book
    This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available
    http://publications.gbdirect.co.uk/c_book/

    A Beginners C++
    This page contains information concerning a draft version of a book "A Beginners' C++" in pdf and postscript format.
    http://www.uow.edu.au/~nabg/ABC/ABC.html

    C Elements of Style
    Free online C programming book with 9 chapters covering style and program organization, file basics, comments, and program headings, variable naming and more.
    http://www.oualline.com/style/index.html

    Compilers and Compiler Generators: an introduction with C++
    This book is available in html, pdf and postscript versions.
    http://scifac.ru.ac.za/compilers/

    Thinking in C++
    Free downloadable c++ book from Bruce Eckel. Downloadable in zipped pdf form.
    http://www.codecuts.com/mainpage.asp?WebPageID=315

    Download C++ Programming Book
    C++ Programming is provided as a zip file which includes the chapters (in Word 6 format) and the sample programs (in DOS text format).
    http://www.pragsoft.com/cppbook/cppbook.zip

    Data Structures and Algorithms with Object-Oriented Design Patterns in C++
    Free online C++ programming book.
    http://www.brpreiss.com/books/opus4/html/book.html

    I hope you'll find these books helpful. If you still have trouble. Then please post here or PM me. I will help you.


  5. #5
    vimalzz is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    2

    programming tutorials

    you can look at the following links

    http://www.programmingtutorials.com/
    http://www.about.com/compute/

    you can also look in
    en.wikipedia.com

    If you prefer to read a book then i would recommend
    Robert lafore's book on C and he has another one on C++


  6. #6
    mtajim is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    22
    A more better Book i would suggest is "Object Oriented Programming with C++" By E Balagurusamy.

    http://www.tatamcgrawhill.com/digita...s/balagurusamy


    Tajim


  7. #7
    priyaraji is offline Member Array
    Join Date
    Apr 2006
    Answers
    52
    Hi,
    For your learning on C and C++ programming languages I have given some books with publishers name which if you have a reading you will have a through understanding of the language in the basic level and you will be able to programme.
    For C,C++ Suggested Books:
    1.Programming in ANSI C By E.Balaguruswamy Mcgraw Hill Publishing
    2. Computer programming in C,C++ By P.Sudharsan,P.Hariramakrishnan - RBA Publications
    3.Teach yourself C By Vijay Mukhi - BPB Publications
    4. The waite's group Object Oriented Programming in Turbo C++ By Robert Lafore - Galgotia Publications
    Online website for Learning C,c++ :
    http://cplus.about.com/cs/ctutorials/

    Regards,
    Sripriya.R


  8. #8
    cbdarts is offline Member Array
    Join Date
    Apr 2006
    Answers
    40
    The Unleashed series and the Bible series are good books to refer. On the internet, you can use the Programmers Heaven - http://www.programmersheaven.com, its got practically everything a learning developer needs.

    Chaitanya


  9. #9
    Ricky is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    19
    Quote Originally Posted by cybot
    Hi there.. I searched around and found some handy and good online tutorials for you.

    The New C Standard: An Economic and Cultural Commentary
    This book is about the latest version of the C Standard, ISO/IEC 9899:1999 plus TC1 and TC2. It is structured as a detailed, systematic analysis of that entire language standard. A few higher-level themes run through all this detail, these are elaborated inside this book.
    http://homepage.ntlworld.com/dmjones/cbook1_0b.pdf


    Visual C++ 6 Unleashed
    Visual C++ 6 Unleashed provides comprehensive coverage of the core topics for Visual C++ 6 programming. This book skips the beginning level material and jumps right in to Visual C++.
    http://www.samspublishing.com/librar..._PlusPlus&rl=1

    The C Book
    This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available
    http://publications.gbdirect.co.uk/c_book/

    A Beginners C++
    This page contains information concerning a draft version of a book "A Beginners' C++" in pdf and postscript format.
    http://www.uow.edu.au/~nabg/ABC/ABC.html

    C Elements of Style
    Free online C programming book with 9 chapters covering style and program organization, file basics, comments, and program headings, variable naming and more.
    http://www.oualline.com/style/index.html

    Compilers and Compiler Generators: an introduction with C++
    This book is available in html, pdf and postscript versions.
    http://scifac.ru.ac.za/compilers/

    Thinking in C++
    Free downloadable c++ book from Bruce Eckel. Downloadable in zipped pdf form.
    http://www.codecuts.com/mainpage.asp?WebPageID=315

    Download C++ Programming Book
    C++ Programming is provided as a zip file which includes the chapters (in Word 6 format) and the sample programs (in DOS text format).
    http://www.pragsoft.com/cppbook/cppbook.zip

    Data Structures and Algorithms with Object-Oriented Design Patterns in C++
    Free online C++ programming book.
    http://www.brpreiss.com/books/opus4/html/book.html

    I hope you'll find these books helpful. If you still have trouble. Then please post here or PM me. I will help you.

    I've been meaning to look into C++ for some time now! Thanks for this great post, I'll be sure to check out some of those sites a little later on tonight when I get home from work

    My name is Rick and I'm a Exforsysoholic! (Is that even a word lol)

  10. #10
    cybot's Avatar
    cybot is offline Banned Array
    Join Date
    Apr 2006
    Answers
    16
    Well no problem about that dude. I have my personal collection of C/C++ books.... I'll be starting my work on C++ soon so I'll be getting through most the books. I'll give out my reviews on the books soon.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...