Need Ideas For Program (homework)...
DOOManiac
Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
in Off-Topic
<div class="IPBDescription">It has to do 'something useful'</div>Hey guys. I'm currently tasked with a programming assignment for networks class. I'm to write a non-trivial program that does something useful. Its cgi-bin based (using C++ as the language I'm coding it in), meaning it should be something where someone submits something on a web page form, and the program spits back the result.
(As a side bit of knowledge, I also know how to spit back Excel Spreadsheets, if that gives anyone a good idea)
Anyone have ideas? C++'s string manipulation isn't as nice as what I've gotten lazy with from PHP, so preferably nothing that deals with strings too much, heh. Also, any database type stuff is right out. If anyone has any ideas, lay them on me. Thanks.
(As a side bit of knowledge, I also know how to spit back Excel Spreadsheets, if that gives anyone a good idea)
Anyone have ideas? C++'s string manipulation isn't as nice as what I've gotten lazy with from PHP, so preferably nothing that deals with strings too much, heh. Also, any database type stuff is right out. If anyone has any ideas, lay them on me. Thanks.
Comments
How about returning bandwidth statistics?
Returns a series of possible class schedules given a series of classes (interfaces with your school's course database)
Calculates unit conversions?
image processing? Turns an input image into something else, ascii perhaps.
maybe I'll come up with more later.
As for ideas irunno.. I'll get back to you on that.