
October 20th, 2005, 09:34 PM
|
|
Contributing User
|
|
Join Date: Sep 2002
Location: Brisbane. AUS
Posts: 233
Time spent in forums: 2 Days 25 m 7 sec
Reputation Power: 7
|
|
|
DOS Software Rewritten
Hi, I have been learning visual C# at the moment and I would like to try and write a program that does the same thing as a DOS software I have found.
The software can be found here: http://quozl.netrek.org/ts/#software
it's very simple software that does the following:
Quote:
Accepts temperature data from the circuit and periodically logs the values to a disk file. The file is named with the current year and day number, e.g. 2000070.log, and is formatted as a comma separated value (CSV) list. You are expected to use other software to analyse the data collected. |
They supply the source code as well.
My only concern is I have no idea where to begin, firstly is it possible to do and secondly is there some tutorial online where I could maybe fuind out how to do this?
Thanks
|