Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Microsoft Visual C++ Windows Applications by Example
  • Table Of Contents Toc
Microsoft Visual C++ Windows Applications by Example

Microsoft Visual C++ Windows Applications by Example

By : Stefan Bjornander
3.7 (21)
close
close
Microsoft Visual C++ Windows Applications by Example

Microsoft Visual C++ Windows Applications by Example

3.7 (21)
By: Stefan Bjornander

Overview of this book

The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++. If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.
Table of Contents (15 chapters)
close
close
Microsoft Visual C++ Windows Applications by Example
Credits
About the Author
About the Reviewer
Preface
1
Index

Formula Interpretation


The core of a spreadsheet program is its ability to interpret formulas. When the user inputs a formula in a cell, it has to be interpreted and its value has to be evaluated. The process is called formula interpretation, and is divided into three separate steps. First, given the input string, the scanner generates a list of tokens, then the parser generates a syntax tree, and, finally, the evaluator determines the value of the formula.

A token is the smallest significant part of the formula. For instance, the text "a1" is interpreted as a token representing a reference, the text "1.2" is interpreted as the value 1.2. Assume that the cells have values according the sheet below, the formula interpretation process will be as follows.

The Tokens

The scanner takes a string as input, traverses it, and finds its least significant parts, its tokens. Blanks are ignored, and the scanner sees no difference between capital and small letters. The token T_VALUE needs an extra piece...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Microsoft Visual C++ Windows Applications by Example
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon