6th
AUG

Financial Applications

Posted by bandr under C & C++

Financial Applications

Financial Applications

Book Description
Praise for Financial Valuation

“This Second Edition addresses virtually all of the recent hot topics in business valuation, and there are many of them since the first edition. Most chapters are updated with new material, including, especially, the Duff & Phelps Risk Premium Report as an alternative to Ibbotson’s risk premium data. As with the first edition, the authors are very well-known and provide incisive analysis.”
–Shannon Pratt, CFA, FASA, MCBA, CM&AA, CEO, Shannon Pratt Valuations, LLC

Read more ...

31st
JUL

Introduction to Game Programming with C++

Posted by IDM under C & C++

Introduction to Game Programming with C++ explores the world of game development with a focus on C++. This book begins with an explanation of the basics of mathematics as it relates to game programming, covers the fundamentals of C++, and describes a number of algorithms commonly used in games. In addition, it discusses several libraries that can help you manage graphics, add audio, and create installation software so you can get started on the path to making both 2D and 3D games.

Read more ...

30th
JUL

Memory Management: Algorithms and Implementation in C/C++

Posted by IDM under C & C++

Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ source code, and a discussion of each implementation’s trade-offs.

  • Find out how memory is managed at the hardware level by the processor.
  • Discover the ways in which different operating systems take advantage of processor facilities to provide memory services via the system call interface.
  • Understand how development libraries and run-time systems build upon the operating system services to manage memory on behalf of user applications.
  • Learn about five complete memory management subsystems that utilize both explicit and automatic collection algorithms.

Read more ...

30th

C++ In Action

Posted by IDM under C & C++

There aren’t that many books that teach C++. You can find good C++ reference books and technical books for advanced C++ programmers, but precious few books that actually teach programming in C++. Among them C++ In Action presents a unique approach–teaching the language from the perspective of a professional programmer.

Read more ...

26th
JUL

C++ By Dissection

Posted by bandr under C & C++

C++ By Dissection

C++ By Dissection

Book Description

C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. This book presents the concepts of the programming process using the “dissection” method, the hallmark feature that has made Ira Pohl’s C and Java books of the “By Dissection” series so popular. Dissection is a unique pedagogical tool first developed by the author to point out key features of program code.

Read more ...

23rd
JUL

Ivor Horton’s Beginning Visual C++ 2008

Posted by IDM under C & C++

Ivor Horton's Beginning Visual C++ 2008

Ivor Horton's Beginning Visual C++ 2008

Book Description
Ivor Horton’s Beginning Visual C++ 2008

Proudly presenting the latest edition of one of the all-time bestselling books on the C++ language, successful author Ivor Horton repeats the formula that has made each previous edition so popular by teaching you both the standard C++ language and C++/CLI as well as Visual C++ 2008. Thoroughly updated for the 2008 release, this book shows you how to build real-world applications using Visual C++ and guides you through the ins and outs of C++ development.

Read more ...