Car Navigation Software using C++?

Hi All,
I'm Usman and I was thinking about creating a navigation system of my own car in C++. Is it possible in C++ and What will I need to implement it ? I want the computer to speak "Turn Left" and "Turn Right" according to my destination and say "Destination Reached" when I've reached my desired location. I only want to do it for a single city and not for the whole country.. So any ideas will be appreciated.

Thanks,
Usman.
What will I need to implement it ?

For starters, a satellite. Let us know when you've acquired one and we can go from there.
This is possible in C++. The minimum things required for this is a device that can get your gps location, and a map, provided that you are using a laptop to run the program. If you are using a phone that can already give you your gps location then all you need is the map.
Topic archived. No new replies allowed.