Hi everyone, I'm slowly working my way through "Programming and Problem Solving with C++, 5th edition". I don't know enough to start my project yet, but I thought I'd post here to get some input, and see if C++ is the right tool.
The idea right now is to start with something similar to Google Earth: a globe that can be zoomed, rotated, and have different layers applied. From there I'd like to add a time element, ranging from prehistory to the present day. I would start by defining national borders over time - a bit like this (but much more detailed, and with information on the map.
http://www.youtube.com/watch?v=rZyBm7RwlzE
Then I'd add information and events sorted by category: the history of technology, war, religion, economy, politics, etc.
I have many other things I'd like to do with it, more than is worth writing down now, but I'd like to have plenty of room for adding/changing things.
So, is C++ the right tool for this? Anyone have any ideas?
Thanks!