Support Forums
Radar map creator - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: Radar map creator (/showthread.php?tid=13867)



Radar map creator - myposbussie - 11-20-2010

Hi,

I need a program that can make me a map.

All I have is a bunch of peoples names on a game and the km(kilometers) they are away from each other.

All the program has to do is make a few dots and then make exact length lines between them.

If u can name each dot it would be nice as well.


If there exist a program that can do that, please let me know.


Thanks allot


RE: Radar map creator - Xzotic - 11-20-2010

Is this using a GUI or just using the standard terminal.


RE: Radar map creator - myposbussie - 11-22-2010

anything will do. at the end I just want a jpg with a bunch of dots and lines.


RE: Radar map creator - haphazard - 11-22-2010

then the end product will have to be a GUI (not CLI interface)
I can help code; however if you have already started coding your game
you should let me see what you got (code wise) so we can start from their..


RE: Radar map creator - myposbussie - 11-22-2010

sorry I do not know a thing about c+ coding..

all I know is batch.


RE: Radar map creator - haphazard - 11-23-2010

(11-22-2010, 11:35 PM)myposbussie Wrote: sorry I do not know a thing about c+ coding..

all I know is batch.

so your going to try and make a game in C++ without knowing a thing about it?