
-----------------------------------
RealityFix
Sat Nov 07, 2009 5:46 pm

C Sharp help?
-----------------------------------
Not really help... more like i need an explanation as to why this is working xD 




struct SnowFall
        {
            public int amount;
            public String City;
            public int Year;
        }

        SnowFallChart seems to be be equal to my CityContainer.  Thats not good, lol I'm so bad at programming with datafiles xD

-----------------------------------
RealityFix
Sun Nov 08, 2009 4:40 pm

Re: C Sharp help?
-----------------------------------

public void Average()
        {
            for (int rows = 1; rows 