samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Thu Jun 21, 2007 12:28 pm Post subject: What Next? |
|
|
Ok, I'm learning C# (a more modern version of C, than C++), and I've written a couple programs so far:
1) First, obviously the Hello World thing, except a little different. You have a text box and a button. The Text box starts off saying "Hello World!", but you can change it. When you click the button, it sees if "Hello World!" is still there, if it isn't, it changes the box back to "Hello World!". Otherwise it does nothing.
2) A program to find the area of a circle--you input the radius, and it spits out the area, rounded to the 5th digit past the decimal.
3) English to 1337, in which there are two text boxes, and a button. You type in the English, and it replaces each letter with a certain character, or set of characters, such as it would replace Y with "`/".
4) A converter for Regular time to military time, and vice versa. You choose which one you want, if it's Regular time, then it requires an AM or PM. Still has a few flaws that I may get around to perfecting.
5) My latest program--one to convert Celcius temperature to Fahrenheit, and vice versa. Choose which you want, select if you want it rounded or not--if you want it rounded, you can input how far you want it to be rounded (up to 10 digits past the decimal), then type in the temperature that corresponds to the button you selected, and click generate.
Any ideas on what I should do next?
|
|