Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
C++ Windows Programming

You're reading from   C++ Windows Programming Develop real-world applications in Windows.

Arrow left icon
Product type Paperback
Published in Sep 2016
Publisher Packt
ISBN-13 9781786464224
Length 588 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Preface 1. Introduction FREE CHAPTER 2. Hello, Small World! 3. Building a Tetris Application 4. Working with Shapes and Figures 5. The Figure Hierarchy 6. Building a Word Processor 7. Keyboard Input and Character Calculation 8. Building a Spreadsheet Application 9. Formula Interpretation 10. The Framework 11. The Document 12. The Auxiliary Classes 13. The Registry, Clipboard, Standard Dialogs, and Print Preview 14. Dialogs, Controls, and Page Setup A. Rational and Complex Numbers

Source and target sets


Each cell in the spreadsheet holds a numerical value, a formula, or a (possibly empty) plain text. As mentioned at the beginning of the chapter, a formula is a text beginning with the equal sign (=) followed by a numerical expression with cell references. If the cell holds a value, it may affect the values in other cells (if it does not hold a value, it might cause evaluation errors in target cells). If the cell contains a formula, its value may depend on the values in other cells. This implies that each cell needs a set of cells that it depends on, that is, its source set, and a set of cells that depend on it, that is, its target set.

Only a formula has a non-empty source set, which is the set of all references of the formula. The target set, on the other hand, is more complicated–a cell does not decide its own target set; it is decided indirectly by the formulas that have it as its source cell.

In mathematical terms, the cells with its source and target sets constitute...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image