Aamdani Atthanni Kharcha Rupaiya (2001)

Star: Govinda ... Bhimsha Juhi Chawla ... Jhoomri Tabu ... Meena Chandrachur Singh ... Ravi Johnny Lever ... Appu Khote .........

Mehndi (1998)

Star: Faraaz Khan ... Niranjan Chaudhary Rani Mukherjee ... Pooja (as Rani Mukherji) Ushma Rathod Shakti Kapoor ... Banne Miya Arjun ... Billoo Joginder Shelly ... Police Inspector Bhisham (as Joginder)

Money Train (1995) (In Hindi)

Star: Wesley Snipes ... John Woody Harrelson ... Charlie Jennifer Lopez ... Grace Santiago Robert Blake ... Donald Patterson Chris Cooper ... Torch Joe Grifasi ... Riley Scott Sowers ... Mr. Brown Skipp Sudduth ... Kowalski

You've Got Mail (1998) (In Hindi)

Star: Tom Hanks ... Joe Fox Meg Ryan ... Kathleen Kelly Katie Sagona ... Young Kathleen Kelly Greg Kinnear ... Frank Navasky Parker Posey ... Patricia Eden Jean Stapleton ... Birdie Conrad Steve Zahn ... George Pappas Heather Burns ... Christina Plutzker

Mazaaq (1975)

Posted by 1213 On 10:43 PM

Star: Vinod Mehra ... Vinod Moushumi Chatterjee ... Moushumi Mehmood ... Raja Aruna Irani ... Dr. A. Irani Iftekhar ... Moushumi's Father Bhagwan G. Asrani ... Murali / Marlon Kanhaiyalal ... Murali's Father Agha ... Gaylord Hotel Manager

Applied C++

Posted by 1213 On 2:59 PM






The concepts in Applied C++ took shape over a number of years, based on our experience in programming and project management. We believe this book is useful to a wide audience, from the casual programmer to the seasoned developer. Applied C++ is really three books in one.

First, Applied C++ is about using the power of C++ to solve real-world problems. Our book is not a reference guide, but is a very detail-oriented book that hows you how to be a more productive and proficient programmer. We focus on newer aspects of the language, such as templates and exception handling. We provide concrete examples, such as a resource manager for internationalization, or how to use nested exception handlers to protect your application from most problems, including memory allocation errors. All of software presented in the book is supplied in complete form on the included CD-ROM.

Second, the book discusses the steps of successful software development, from initial concept, prototyping, design and unit testing. We stress heavily the need to make a series of prototypes to flesh out the difficult parts of the design. Prototyping is the time to experiment with novel ideas and concepts, not during the actual design. 25 pages are devoted to this process, using the example we use throughout the book. We develop three separate prototypes to evolve our design from its original concept to a point where we can begin the actual design. We also discuss a number of other important issues, such as performance tuning and multithreaded designs.

Third, the book discusses image processing. The running example in the book is the design of a general-purpose image processing framework. While our book is not a general text on the subject, the framework can be used as the basis for a wide range of applications. Our framework makes extensive use of templates to flatten the hierarchy and add some very important features, such as efficient memory allocation, image storage sharing, and underflow and overflow prevention. Template specialization is used to enhance performance of different image types, especially color images. Readers who have other non-image processing applications, can use the framework as a guide in their own development.

On this site, we provide FAQs for interesting commentary on topics related indirectly to the text or images in the book. We provide an Errata section to highlight any issues in the current version that you should be aware of. These issueswill be addressed in subsequent printings. And since we do provide software along with the book, we have a Software section that provides patches: sometimes these appear as text with file and corresponding line change information and sometimes these appear as downloadable patch files. We are also happy to include links to software programs developed using the image framework library provided with Applied C++.


Download



.

0 Response to "Applied C++"

Post a Comment