![]() |
|
Portal | PhotoPost Gallery | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Display Modes |
#6
|
|||||
|
|||||
![]() help that can be provided by those that don't nessesarily program:
THE PROGRAM'S PROTECTED BY THE GNU LICENSE, INCLUDED INSIDE THE RAR. ANY REDISTRIBUTION OF CODE, WHETHER ALTERED OR NOT, MUST FOLLOW AND INCLUDE THE GNU LICENSE. here's a link to a rar file of the work so far: http://www.kwirky88.com/stuff/aquari...nt07-03-09.rar I'm working on the Task and Time classes, so please don't touch them. if you have suggestions for those classes, post 'em on here. once there's a noticable ammount of work done, I'll submit it to source forge for source management. It will make it a lot easier to collaborate on. As for program design, here are some of the requirements so far. feel free to suggest changes or add to it if you'd like:
as for what needs to be done, and that can be worked on independantly, is a general log class and then classes that use it to record things such as when fish are added, when liverock's added, when various corals are added, etc. Have a look at the TimeSpan and DateTime classes built into the .net framework (in the msdn library) Saving of all the information will eventually be simple with XML serialization, built into .net; lets you save the exact state of a class as an XML file, and then you can later set the state of a class from a serialized XML file from a previous save. so just code it to work so that it works with information for now, and saving the information can be done later. also having various calculators would be nifty. tank volume, chemistry calculators, etc. Oh yah and a tip on the IDE's help system: anything you have typed into your code, if it's part of the .net framework (ie: int, struct, DateTime, XmlSerializer), you can hilight it, and then press F1, and it'll pull up the help on that class/method/property. the documentation is VERY good. need an internet connection for it to work.
__________________
Everything I put in my tank is fully dependant on me. |
Thread Tools | |
Display Modes | |
|
|