hmmm. That is something to think about for sure. I am doing this with a pseudo-spreadsheet portion of the app which is already done. I have a parallel data grid that mirrors the UI grid.
Although I understand the purist route, I am going to take the easy way out for now in order to keep the deadline
I'll have to take a look at the C++11 STL and see if it provides what we need as well. In our math-equation parser we use the following:
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
Bookmarks