HOME | DD

Published: 2008-07-28 06:34:05 +0000 UTC; Views: 182; Favourites: 0; Downloads: 3
Redirect to original
Description
This is a simple application that helps with that pesky math homework. Also, it's used to generate trippy text that may induce a seizure. This application was built in C# using the .NET 3.5 Framework. It's nothing much, but at least I triedUpdate:
Changed the code to be more fault tolerant. Added Try and Catch exceptions.
Related content
Comments: 11
Leila-Dinthalion [2008-07-29 00:30:25 +0000 UTC]
Ooooh, you use C#? That's cool. I started learning programming in C++, but I've been working in Java for about a year now.
👍: 0 ⏩: 1
Digital-Fusion In reply to Leila-Dinthalion [2008-07-29 00:32:36 +0000 UTC]
Yeah. C# is preferred since most of the classes are in a readable format. Each method belongs to a simple class. Example:
System.Console.Write(string);
It belongs to the system namespace, in the console class, and write is it's method. Java on the other hand is rather... quirky.
System.Out is a little odd, but I can see where java would go for such a class library.
👍: 0 ⏩: 1
Leila-Dinthalion In reply to Digital-Fusion [2008-07-29 00:38:29 +0000 UTC]
Yeah, I see where you're coming from, and it was really difficult to grasp Java at first, but I definitely get it now.
I've been thinking about self-teaching myself some C#, or maybe expanding my C++ knowledge base, to try and round myself out and give myself a better understanding of programming in general.
I generally try to make a small GUI interface for almost all my Java programs mostly because I don't like working with the command box thing. *shrug*
👍: 0 ⏩: 1
Digital-Fusion In reply to Leila-Dinthalion [2008-07-29 00:40:33 +0000 UTC]
I can teach the fundamentals of C# if you wanted. I like to teach
👍: 0 ⏩: 1
Leila-Dinthalion In reply to Digital-Fusion [2008-07-29 00:46:54 +0000 UTC]
Oooh, sounds good. Do I have to pay you?
👍: 0 ⏩: 1
Digital-Fusion In reply to Leila-Dinthalion [2008-07-29 00:51:42 +0000 UTC]
Nah. I like to do this out of generosity.
👍: 0 ⏩: 1
Leila-Dinthalion In reply to Digital-Fusion [2008-07-29 00:55:37 +0000 UTC]
I wasn't serious. Silly.
👍: 0 ⏩: 1
Digital-Fusion In reply to Leila-Dinthalion [2008-07-29 01:05:42 +0000 UTC]
Hurry and adddd :<
👍: 0 ⏩: 1