|
-
May 15th, 2008, 03:39 AM
#1
Thread Starter
Member
Need ideas for major project
I need ideas for a major school programming project. We have about ten weeks to do it, it can be pretty much anything, but I'll have to check with the professor first. Anything?
-
May 15th, 2008, 03:43 AM
#2
Re: Need ideas for major project
Moved to gen dev.
The most common school project suggestions I've seen are library management systems, attendance systems and the like.
I saw an interesting one the other day in which someone was trying to connect to the 'nearest' database in a replicated SQL Server database scenario.
-
May 15th, 2008, 05:12 AM
#3
Re: Need ideas for major project
1) Class and Exam Management System.
2) Internet Cafe Management System.
3) Snake game.
-
May 15th, 2008, 06:40 AM
#4
Re: Need ideas for major project
Something database related for sure.
Is this supposed to be a desktop or web based application?
-
May 15th, 2008, 08:27 AM
#5
Re: Need ideas for major project
Massively Multiplayer Snake Game!
-
May 15th, 2008, 01:43 PM
#6
Re: Need ideas for major project
 Originally Posted by kasracer
Massively Multiplayer Snake Game!
Bah... played one MMOSG you've played them all...
-
May 16th, 2008, 07:23 PM
#7
Re: Need ideas for major project
 Originally Posted by Jenner
Bah... played one MMOSG you've played them all... 
Snake Game is different of course! The others are just spaghetti c0d, with this MMSG, it's not just spaghetti c0d but also spaghetti screen!
yeh, I know lame.
Or you could make a website that is data driven. Articles, Links, etc.
-
May 17th, 2008, 10:26 PM
#8
Re: Need ideas for major project
If you are dealing with databases, then certainly do a database program. If you are not, then what subjects are you considering? Games are certainly popular, whether snake or otherwise, but if you want to baffle your professor, consider a genetic algorithm. It will be a bit harder figuring out what to evolve, but it could turn into a very strange program indeed.
My usual boring signature: Nothing
 
-
May 18th, 2008, 05:44 AM
#9
Thread Starter
Member
Re: Need ideas for major project
Sorry, should have been clearer. We're doing desktop based applications, I want to try doing something in C++ because that's what I'm learning at the moment. An ascii snake game would be pretty fun. But im not going to learn a whole graphics api/library or something, thats a whole different level.
Last edited by hellowonn; May 18th, 2008 at 06:11 AM.
-
May 18th, 2008, 05:53 AM
#10
Re: Need ideas for major project
-
May 20th, 2008, 06:57 PM
#11
Re: Need ideas for major project
 Originally Posted by hellowonn
Sorry, should have been clearer. We're doing desktop based applications, I want to try doing something in C++ because that's what I'm learning at the moment. An ascii snake game would be pretty fun. But im not going to learn a whole graphics api/library or something, thats a whole different level.
A matrix solver. We had to create an app before which we were going to use in our final examination in place of a calculator.
-
May 22nd, 2008, 09:45 AM
#12
Re: Need ideas for major project
 Originally Posted by oceanebelle
A matrix solver. We had to create an app before which we were going to use in our final examination in place of a calculator. 
LOL, I had a great professor for Differential Equations using Laplace Transforms... we struggled through that class all year. Finally, the weekend before the final, the professor said he'd hold a study session Saturday morning. Only about 1/4 of the class showed up. We did example problems for about 3 hours...
Then the professor gets this look and tells us, "You know, since the whole class is doing poorly and you guys are the truly dedicated to be here on a Saturday morning, I'm going to show you something neat..."
He then showed us how to solve the equations using the Gauss-Jordan matrix method explaining "They generally don't teach this method to undergrads; they want you to learn everything Newtonian style as an undergrad. Since you guys showed up today, I don't care if you use this method on the final." What was taking us 45 minutes per problem suddenly took 5 minutes!
Next Monday, during the two hour long Differential Equations final, exactly one-quarter of the class got up after about a half hour and turned in their tests. The rest went the full two hours.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|