software development project...

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2006
Posts: 43
Reputation: itchap is an unknown quantity at this point 
Solved Threads: 0
itchap itchap is offline Offline
Light Poster

software development project...

 
0
  #1
Jan 23rd, 2007
Hi,

I'l be starting my graduation project in a few more weeks, and my group members and I still havent found the right topic. We've all been reasearching and all, but we still need more ideas. One of the ideas that we came up with is a text paraphraser. We enter the computer some text, then that text gets paraphrased, after that we type in a question related to the text, and we get the correct answer to that question. Another was a translator, that searches multiple web-based dictionaries in different languages so that we can translate from any language into any other. These are just ideas we came up with, and im hoping that you guys would be able suggest other interesting things. We would be using C++ to write the code, since we have more experience in C++ than any other programming languages.

I've read some old threads in this forum for people asking this same questions, but i didnt understand the ideas that people suggestted.

Looking forward to hear your ideas and suggestions, any articles, websites, etc, would be greatly appreaciated http://www.thescripts.com/forum/imag...lies/smile.gif

Thanks,
itchap
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,676
Reputation: Lerner is a name known to all Lerner is a name known to all Lerner is a name known to all Lerner is a name known to all Lerner is a name known to all Lerner is a name known to all 
Solved Threads: 262
Lerner Lerner is offline Offline
Posting Virtuoso

Re: software development project...

 
0
  #2
Jan 23rd, 2007
The project is going to depend on what tools you have available. For example, if you are comfortable with STL and trees you could try to implement a B or a B+ tree class using the guidelines for an STL container.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 43
Reputation: itchap is an unknown quantity at this point 
Solved Threads: 0
itchap itchap is offline Offline
Light Poster

Re: software development project...

 
0
  #3
Jan 23rd, 2007
Thanks for the idea, yes we can use STL, I've never heard about B or B+ trees, but i'l research and i'l tell my team members about it.
Thanks so much for the idea...........I'd love to hear more ideas!!

thanks
Last edited by itchap; Jan 23rd, 2007 at 2:13 pm.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,580
Reputation: Infarction has a spectacular aura about Infarction has a spectacular aura about Infarction has a spectacular aura about 
Solved Threads: 52
Infarction's Avatar
Infarction Infarction is offline Offline
Battle Programmer

Re: software development project...

 
0
  #4
Jan 23rd, 2007
B(+) trees would be just writing a data structure, which I would imagine would be a little below the scope of your project. However, you could incorporate them into a basic database engine (since that's one of the biggest uses of B-trees). That might be a little over the top, depending on your timeline...

One way to get an idea might be to think of some program you use a lot but wish it had feature X different. For example, you might want a media player with something different from what you use. It's kinda hard to just suggest something without knowing your interests and skills though...

And I would hesitate to lock yourself into a language before deciding on a project. The overhead of learning a new language might slow you down at first, but it could end up saving you development time once you get used to it. Besides, then you'd have one more language to put on your resume
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC