Nearing completion on a graduate C++ project (using borland C++ ver 3.1 ----a DOS version) that gprahically displays a graph algorithm (maximum flow). I've created structures that hold values of the verticies and edges. I would like to display them on the graphic screen during the execution of the program.
Because most of the screen is taken up by the action of the graphics, I have only about a third of the screen on the right side of the screen to use for this. I am able to display the text using gotoxy( ), but am looking for a better way. Since these values are changing during the running of the program, they must be able to change dynamically. Any help would be appreciated.



LinkBack URL
About LinkBacks



