I am learning C# in school, and for finals i have to create any program i can think of. Problem is, i can't think of anything. Ideas? Something realistic, nothing too far fetched.
Four answers:
2009-06-02 05:31:57 UTC
You'd want to do something that would demonstrate all of the skills you learned up until this point.
One I tended to use when I was in school was using the language at hand to create a kind of poor man's database. You'd have a character delimited text file with data that you'd need to read and write. You'd have a sort function or subroutine that would recursively quick-sort the data on any field. You'd have a search function or subroutine to do retrieve arbitrary data from the file.
If you want to be fancy, you could write a function that would take the character delimited file and render it out as XML or as an HTML table.
Mohit
2009-06-02 05:33:27 UTC
If You Know .Net You Can Make A Web Site Using C#
Else Make A Calculator Or You Need Something More Challenging?
?
2009-06-02 05:39:34 UTC
Well you could use the XNA framework to make a game. Everyone loves games right?
2009-06-02 05:25:56 UTC
how about a calculator?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.