I have made the Graph class, and i want to simulate a distribution network. The Graph works 100%. But, i want to use that same struct/class in all my application! For example: I
Make your Graph instance a public static member of a static class and for all practical purposes you have your global.