tutorials for c++ 11 to develop real world application,using wtl for windows gui.
now I've implemented such futures:
- a wtl simple sdi navigate framework,using toolbar switch between modeless dialog.
- mvvm framework for wtl modeless dialog.
- multi thread progress report,with simple lambda function,so we can test business logic,don't need pay attention to ui elements.
- try to make a paser for binary files or memory block,using simple input iterator.
- import quote from a binary file.
- import exright files from a binary file,under same import quote dialog,so we can switch models form view model.
- a sqlite c++ 11 wrapper,which is the best wrapper now,you could find some info in dbtest.cc
- comiled under vs2013,and using sqlite.