Showing posts with label programming books. Show all posts
Showing posts with label programming books. Show all posts

27 September 2014

35 Free eBooks On C Programming

C programming is one of the most popular and widely used programming languages for creating computer programs and one major reason behind its popularity is because C gives maximum control and efficiency to the programmer.

It allows the programmer to read and write code for a large number of platforms and everything from microcontrollers to the most advanced scientific systems can be written in C, and many modern operating systems are written in C.




free ebooks, C, C programming , free books on C programming, c programming reference, learn c programming

Also the new object oriented language C++ is an extension of C, and it is nearly impossible to learn C++ without learning C first. So here we bring 35 ebooks for you to learn and enhance skills on C programming. And best of all, they are all free!

1. Functional C by Pieter Hartel, Henk Muller - Addison-Wesley, 1999

The book teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. The student will become a better C programmer, capable of writing programs that are easier to maintain.

2. Programming in C: UNIX System Calls and Subroutines using C by A. D. Marshall - Cardiff University, 1999

This book is guide to UNIX software development in C for professional programmers and students. It focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications running in the UNIX environment.

3. A to Z of C by K. Joseph Wesley, R. Rajesh Jeba Anbiah, 2008

This is an intermediate to advanced C programming book writen for C lovers, students, programmers, and other enthusiasts. The book is written to open many secrets of C, it alos introduces various approaches to solve different problems.

4. 88 C Programs by JT Kalnay - Smashwords, 2012

The author included example programs that exhaustively illustrate the important points of C. By working through these programs you can teach yourself C. It is assumed that you already know how to program and are familiar with standard algorithms.

5. Learn C The Hard Way by Zed A. Shaw - LCodeTHW, 2011

A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.

6. Programming in C by Bharat Kinariwala, Tep Dobry - University of Hawaii at Manoa, 1993

Contents: Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; etc.

7. Object-Oriented Programming with ANSI-C by Axel-Tobias Schreiner, 1999

In this book, we are going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.

8. Conceptive C by Harry McGeough - Smashwords, 2011

Conceptive C is an AI programming Language based on Objective-C and C Language. It is a superset of both languages. Conceptive C uses concepts to program natural language and Artificial Intelligence based computer language based on Objective C.

9. Object-Oriented Programming and the Objective-C Language - NeXT Software, Inc., 1996

Objective-C is implemented as set of extensions to the C language. This book both introduces the object-oriented model that Objective-C is based upon and fully documents the language. It concentrates on the Objective-C extensions to C.

10. C Programming - Wikibooks, 2006

C is the precursor for almost all of the popular high-level languages available today. This book represents a comprehensive look at the C programming language and its features. Basic computer literacy is assumed, but no special knowledge is needed.

11. A Little C Primer - Wikibooks, 2010

This online wiki book is a quick and easy introduction to the ANSI C programming language. It is written by a novice, and is intended for use by a novice. However, it does assume some familiarity with a programming language.

12. Foundations of Computer Science: C Edition by Al Aho, Jeff Ullman - W. H. Freeman, 1994

Aho and Ullman have created a C version of their groundbreaking text. This book combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organizations, with all examples and exercises in C.

13. Become an Xcoder: Start Programming the Mac Using Objective-C by B. Altenberg, A. Clarke, P. Mougin - CocoaLab, 2008

A free book for starting with Cocoa using Objective-C. It teaches you the basics of programming, in particular Objective-C programming, using Xcode. Written for non-programmers, and aimed at leveling the learning curve as much as possible.

14. Objective-C 2.0 Essentials by Neil Smyth - Techotopia, 2010

The Objective-C 2.0 Essentials free online book contains 34 chapters of detailed information intended to provide everything necessary to gain proficiency as an Objective-C programmer for both Mac OS X and iPhone development.

15. Using GCC: The GNU Compiler Collection Reference Manual for GCC by Richard M. Stallman - Free Software Foundation, 2003

The definitive reference manual for the most widely used compiler in the world, written by its current developers. The GNU Compiler Collection is a full-featured ANSI C compiler with support for C, C++, Objective C, Java and Fortran.

16. No Bugs!: Delivering Error-Free Code in C and C++ by David Thielen - Addison-Wesley, 1992

The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.

17. 
Debugging C and C++ code in a Unix environment by J. H. M. Dassen, I. G. Sprinkhuizen-Kuyper – OOPWeb.com

This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.

18. C Programming in Linux by David Haskins - BookBoon, 2009

Using a series of web development examples, this book will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and people who know C will ensure critical systems keep running.

19. The GNU C Programming Tutorial by Mark Burgess, Ron Hale-Evans - Free Software Foundation, 2002

This book is a tutorial for the computer programming language C. You should have some basic computer literacy: to be able to run a program, edit a text file, etc. The tutorial introduces basic ideas in a logical order and progresses steadily.

20. The GNU C Library Reference Manual by Sandra Loosemore, at al. - Free Software Foundation, Inc., 2007

The GNU C library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX. This manual tells you how to use the facilities of the GNU library.

21. Learning GNU C by Ciaran O'Riordan, 2002

The book teaches GNU users how to write software in C. It is written as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are laid down in full in the first few chapters.

22. Learning Cocoa with Objective-C by James Duncan Davidson - O'Reilly Media, Inc., 2002

This new edition covers the latest updates to the Cocoa frameworks, including examples that use the Address Book and Universal Access APIs. This is the 'must-have' book for people who want to develop applications for Mac OS X.

23. The Objective-C 2.0 Programming Language - Apple Inc., 2009

Objective-C is a small but powerful set of extensions to the standard ANSI C language. This document fully describes the Objective-C language. It concentrates on the Objective-C extensions to C, not on the C language itself.

24. Beej's Guide to Network Programming - Using Internet Sockets by Brian Hall, 2008

A brief how-to guide on network programming using Internet sockets, written for anybody who is just starting out with socket programming. The section on Windows programming is also included. The guide is updated for IPv6.

25. ANSI C for Programmers on UNIX Systems by Tim Love, 1999

This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.

26. C Programming Tutorial (K&R version 4) by Mark Burgess, 1999

This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous aquaintance with programming, but you do not need much experience.

27. The C Library Reference Guide by Eric Huss, 1997

This guide provides a useful look at the standard C programming language. It will not teach one how to program in C, nor will it attempt to provide the history of C. It is merely a handy reference to the standard C library.

28. C Language Tutorial by Gordon Dodrill - Applix Pty Ltd, 1999

C language tutorial for experienced programmers. It begins with the highest level of C programming, including the concepts of pointers, structures, and dynamic allocation. This printed version includes copies of all the code, for easier reference.

29. C Elements of Style by Steve Oualline - M & T Books, 1992

A handy guide which covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Useful both for students and professional programmers.

30. Writing Bug-Free C Code for Windows by Jerry Jongerius - Prentice Hall, 1995

The book presents a programming style that automatically detects bugs in C code. It describes a technique that results in bug-free code from the beginning, advocating a style of coding based upon data abstraction and run-time object verification.

31. The New C Standard by Derek M. Jones - Addison-Wesley Professional, 2008

The book about the latest version of the C Standard, it is a systematic analysis of the language standard. Every sentence in the C Standard appears in this book, followed by a commentary section, common implementations, coding guidelines, etc.

32. An Introduction to GCC by Brian J. Gough, Richard M. Stallman - Network Theory Ltd, 2004

This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.

33. Image Processing in C: Analyzing and Enhancing Digital Images by Dwayne Philipps - R & D Books, 1997

An image processing tutorial which explains basic concepts, shows results with photographs, and implements programs in C. The book covers filters, edge detectors, and histogram equalizers, print procedures, and I/O routines, which are ready to use.

34. The C Book: Featuring the ANSI C Standard by Mike Banahan, Declan Brady, Mark Doran - Addison-Wesley Pub, 1991

Use this book to produce powerful and portable code. The C Book is dedicated to programmers who have some experience of using a modern high-level procedural programming language. Learn about new standards and how they affect existing C code.

35. Object Oriented Programming in ANSI-C by Axel Schreiner, 2001

We use ANSI-C to find out how to write object oriented programs, what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more. 

04 September 2014

10 Fastest Ways To Learn Java...!!

  
                          Java, Java language, programming language Java,  Javascript, Oracle, Oracle introduction to Java,  Introduction to Programming in Java, online tutorial on Java,  Learn Java the Hard Way,  Java for Beginners,  CodingBat, Java programming exercises

1. Oracle's Introduction to Basics in Java: 

Not only Java, but for any programming language you need to start from the very scratch, the basics. The official Oracle website provides a great introduction to Java which explains what is Java and how it works. There are a lot of resources too for further learning but the necessary tools are quite required to begin learning Java.

2. Book on introduction to the programming language: 

Introduction to Programming in Java is a great resource, and it is being presented by one of the top universities in the world. With this book you can learn some quality stuff which is essential to the process of learning Java.

This is one of the most beginner friendly resources for learning Java, though it will sound like a little bit technical. Packed with images, samples, preview code and documentation this book can be of great help for any Java learner.

3. Online tutorial on Java: 


Interactive tutorials have also become an essential tool to teach you Java smoothly. This interactive tutorial is not that much technical, though, but at the beginning stage this help will be quite useful. Additionally, you'll get much help if you are able to load some code and test it practically.

4. A book to give you a harder tutorial: 

This book, Learn Java the Hard Way, doesn't come for free like the others. But it's again a great resouce and also user-friendly. So if you are ready to spend $20 for this book then you'll surely love this one. First 16 chapters of the book come free online. Click here to have a look.

5. Programming by Doing: 

This website has been designed by Learn Java the Hard Way publisher only and this site inspired the book also. You will find a lot of challenges which you don't require at the beginning stage of programming. But if you succeed through these challenges then your programming skills will get toughre and better. This is the absolute best way of learning Java.

6. Java for Beginners: 

You may like video content for better learning and it's actually a great idea to have a grasp on the essentials of any programming language including Java. It's a free Udemycourse which has already 100,000 students enrolled into it. Led by software engineer John Purcell you get 20 hours of content including total 70 lectures. There is also an in-built support system for asking questions.

7. CodingBat: 

The design may have a different impression on you from what actually it is. CodingBat(previously known as JavaBat) is one of the best ways to learn Java for free within your own browser in an interactive mode. This site offers interactive education but there are certain things which you might experience with CodingBat. CodingBat is like you can do whatever you know and pick from what you think you're capable of. There are plenty of tutorials given for each section and you can learn them quickly.

8. Beginners' Tutorials: 

The New Boston has a great collection of introductory videos for a lot of programming languages including that of Java. 80 step-by-steo videos could be found here which teach Java thoroughly. It's an increadibly useful resource for anyone who wants to learn Java from the basics with utmost determination. The comments will provide deep insight into the language.

9. Object-Oriented programming with Java: 

This is a University course which will be completed within 6 weeks. It's targeted for beginners and everything can be done within your browser. It has the best tutorials on how to install Java and other necessary tools. You will learn all the basics of computer programming, algorithms and object oriented programming using this language.

The second part of this course is another 6 weeks of programming. It means you will learn Java within 12-13 days and when you are done you will be able to build your own apps and will start thinking like a Java programmer.

10. Java Programming Exercises: 

This is another website which provides programming exercises designed for Java which contains answers to all the puzzles. It's important to practice otherwise Java is not easy to master. There are thirty exercises and never give up if you are not able to do.

We hope the resources, books and websites will help you a lot to become a Java developer or just build own apps as a hobby. Happy Java time!

10 Must-Know Programming Languages For 2014 (With Tutorials)!

A huge boom is being noticed in the entire tech sector. You may be using a smartphone or a computer al least once every day since past few years. So coding skills' demand is on a high and programming based jobs are also better salaried. Beyond the tech world, understanding at least one programming language also makes an impressive addition to your resume in any profession. 


                                                                Programming, programming languages,  Java, C Language, C++, C#, SQL, Python,  Objective-C, PHP, Ruby, JavaScript


Financial and enterprise systems require languages like Java and C#. Media and design related webpages require Ruby, PHP, JavaScript and Objective-C. Here is a list of 10 most sought-after programming languages which you should learn:

1. Java: 

It is a class-based, object-oriented programming language which was developed by Sun Microsystems in 1990s. This language has a huge demand, mainly for enterprise software, web based content, games, mobile app and the Android OS. Java can work across several software platforms which emans if its written on Mac OS then it can also run on Windows. You can learn Java from Udemy,Lynda.com,OracleLearnJavaOnline.org

2. C Language: 

It is a general purpose programming language which was developed in the early '70s. C is the oldest and most used language which leads to other languages like C#, Java, JavaScript and Python. C is mainly used for implementing operating systems and embedded applications. It also provides foundation for other languages too and learning C language is highly recommended. Learn it from Learn-CIntroduction To Programming ,Lynda.comTITLECProgramming.comLearn C The Hard Way

3. C++: 

This is an intermediate level language with object oriented programming features and it's designed to enhance the C language. C++ powers software like Forefox, Winamp and Adobe programs. It develops system software, application software, high-performance server, client applications and video games. Learn this language at Udemy,Lynda.comCPlusPlus.comLearnCpp.comCProgramming.com

4. C#: 

It's called "C-sharp". C# is a multi-paradigm language which was developed by Microsoft as part of its .NET initiative. It combines principles from C and C++. C# is a general-purpose language used to develop software for Microsoft and Windows platforms. You can learn it from UdemyLynda.comMicrosoft Virtual Academy,TutorialsPoint.com 

5. Objective-C: 

This is again a general-purpose, object-oriented programming language and it's used by Apple's operating system. It powers Apple's OS X and iOS, as well as its APIs. It can also be used to create iPhone apps. Learn it from UdemyLynda.comMac Developer LibraryCocoa Dev CentralMobile Tuts+

6. PHP: 

PHP (Hypertext Processor) is a free, server-side scripting language which is designed for dynamic websites and app development. It can also be directly embedded into an HTML source document rather than an external file, which has made it a popular programming language for web developers. Learn PHP from UdemyCodecademy,Lynda.comTreehouseZend Developer Zone , PHP.net

7. Python: 

Python is a high-level, server-side scripting language for websites and mobile apps. Its readability and compact syntax make it easy for beginners. It powers the web apps for Instagram, Pinterest and Rdio through its associated web framework, Django, and is also used by Google, Yahoo! and NASA. Learn Python from UdemyCodecademy,Lynda.comLearnPython.orgPython.org

8. Ruby: 

Ruby language is object-oriented scripting language for developing websites and mobile apps. It powers the Ruby on Rails (or Rails) framework, which is used on Scribd, GitHub, Groupon and Shopify. Learn Ruby from CodecademyCode SchoolTryRuby.orgRubyMonk

9. JavaScript: 

It is a client and server-side scripting language developed by Netscape which derives much of its syntax from C. It's across web browsers and is considered essential for developing interactive or animated web functions. It is also used in game development and writing desktop applications. Learn this language from CodecademyLynda.comCode SchoolTreehouseLearn-JS.org

10. SQL: 

Structured Query Language (SQL) is a special-purpose language which is used to manage data in relational database management systems. It is used for the "Query" function, in searching informational databases. SQL can be learnt from Lynda.com,SQLCourse.comTutorialsPoint.comSQLZoo.net

28 August 2014

C++ Libraries For You

   
                                                  C++, C++ language, C++ programming, C++ libraries, Boost, JUCE, Folly, HTTP,  xml, xpath, regex, threads, sockets, http, sql

 If you require to find out implementation of a particular functionality of C++ language, you don't need to waste your time searching on Google. Here we provide you a comprehensive list of top ten open source C++ libraries.


Generic 

Boost - It's a large collection of generic libraries

Dlib - This library contains information on networking, threads, graphical interfaces, data structures and more.

JUCE - It's a mature cross-platform C++ tool kit

Reason - It provides knowledge on xml, xpath, regex, threads, sockets, http, sql and so on.

Folly - This Facebook Open-source Library is designed with practicality and efficiency in mind.


Communication 

C++ RESTful framework - This is designed to be embedded into a wide range of applications.

C++ REST SDK - This is a HTTP client and listener.

Cpp-netlib - This is one of the best C++ Network Libraries.

Boost.Asio - It talks about asynchronous and synchronous networking, timers, serial I/O

POCO - It shares knowledge about networking, encryption, HTTP and Zip files

Graphic user interface 

FLTK
nana

WXWidgets

GTK+ 

glibmm
gtkmm

goocanvasmm

libglademm

libgnomecanvasmm

Qt 
Qt

qwtplot3d

qwt5

libdbusmenu-qt

General Multimedia 

SFML (Simple and Fast Multimedia Library)

SDL (Simple DirectMedia Layer)

Graphics 

cairomm

nux

pangomm

gegl
plotutils

Audio 

soundtouch

chromaprint

libofa

libmusicbrainz
audiofile

Video 

crystalhd

mjpegtools

libmatroska

libVLC

gstreamermm

3D Graphics 

Ogre3D

OpenGL

GLEW

GLFW

assimp 

 

Subscribe to our Newsletter

Contact our Support

Email us: raghupathibalasani@gmail.com

Contact Address

  • Raghupathi
  • Hyderabad