Well I am new to programming. I have made a C++ console application on VS 2012 which uses Dijkstra's algorithm to calculate the shortest path between any two cities of my country .It prints the main cities the path will go through from, the total distance and the total time it would take for a person to travel that distance via a car. Well the application is just a simple C++ console application. What I want to do is to add a GUI to it. And especially a map, which will show the path by highlighting that specific path on it. All experience I have is on C++ console apps. And I have NO idea how I'd be doing this.
Well I can manage to do some simple GUI. But kindly tell me how would I be dealing with the map. That's the main thing which I have to do.