Showing posts with label BCA Books. Show all posts
Showing posts with label BCA Books. Show all posts

Thursday, 18 July 2013

Data Structure Algorithms using C Book

Data Structure Algorithms using C Book
Data Structure and Algorithm can be better understood by our general life examples. This book relates Data Structure with our life. In a step by step, easy to follow manner, concepts are built using simple language. Examples chosen, have easily understood logic. This book is aimed at students who already have knowledge of ‘C’ and have been developing simple ‘C’ programs. 
 
Contents:
1. Introduction to Data Structure
2. Arrays
3. Recursion
4. Linked List
5. Stacks and Queues
6. Tree
7. Graphs
8. Searching and Sorting

Authors: Hariom Pancholi, Radhe Shyam Singhal, Vineet Khanna, Suresh Fatehpuria, Sandeep Tulli.

Monday, 1 July 2013

Object Oriented Programming using C++ Book for CS/IT

Object Oriented Programming using C++ Book for CS/IT
Structured and procedural programming  languages were evolved in the period of  mid-1960s to early-1970s and some of the most popular languages of following it that period were Pascal, Fortran, COBOL and of course C. Many of the procedural programming languages were either capable of solving scientific problems or they were inclined towards business applications.

Contents:
1. Reviewing ‘Objects’ in C
2. Fundamentals of Object Oriented Programming
3. Programming in C++
4. Control Statements and Decision Making
5. Functions
6. Arrays, Strings and Pointers
7. Structures
8. C++ Classes and Objects
9. Inheritance in C++
10. Nested and Inner Classes
11. Template and Generic Programming
12. Exception Handling

Authors: Mudit Khetan, Navneet Verma.