thanks a lot
is this the optimized methode ??
you have an idea about how MS excel calculate results ?
thanks a lot
is this the optimized methode ??
you have an idea about how MS excel calculate results ?
I imagine that Excel creates a dependency tree between cells in much the same way that make does for builds. When a cell is changed the downstream recalculation flows by simply following the dependency tree. This approach allows for early detection of circular references.
C++ GUI Programming with Qt 4 (Second Edition) walks through a simple spreadsheet application. The same example may be in the first edition (which can be had for no money). http://www.qtrac.eu/marksummerfield.html
Bookmarks