View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#37
For C++ go through these:

http://www.mindview.net/Books/TICPP/...ngInCPP2e.html
http://www.amazon.com/C-Templates-Th.../dp/0201734842
http://www.amazon.com/Modern-Design-.../dp/0201704315
http://www.manning.com/williams/

There aren't much books on C++11 yet, so try to look out for those and look for on-line tutorials.

I'd recommend to use QML for the UI, and C++ for any actual program logic.

Last edited by shmerl; 2013-01-06 at 23:10.
 

The Following User Says Thank You to shmerl For This Useful Post: