Software project....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • carly
    New Member
    • Oct 2006
    • 37

    Software project....

    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.

    Looking forward to hear your ideas and suggestions, any articles, websites, etc, would be greatly appreaciated :)

    Thanks,
    Carly
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by carly
    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.

    Looking forward to hear your ideas and suggestions, any articles, websites, etc, would be greatly appreaciated :)

    Thanks,
    Carly
    have a look at
    http://www.cprogrammin g.com/challenge.html
    http://www.olympiad.or g.uk/problems.html

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide ....

      Comment

      • carly
        New Member
        • Oct 2006
        • 37

        #4
        Originally posted by r035198x
        Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide Early, Decide ....
        yeah......I know, and im soooooooo worried as well, but my team members are not intereseted in anything yet, and we have around 18 days left to actually start proposing our topics......... ..............

        Comment

        • Ganon11
          Recognized Expert Specialist
          • Oct 2006
          • 3651

          #5
          How about some sort of game? You could make something up, or try to emulate a popular game like chess.

          Comment

          • carly
            New Member
            • Oct 2006
            • 37

            #6
            Originally posted by Ganon11
            How about some sort of game? You could make something up, or try to emulate a popular game like chess.
            We thought about doing a game, but many people in previous batches did games, and we're looking for something new. Thanks for the suggestion, I'd be really glad to hear more :)

            Comment

            • r035198x
              MVP
              • Sep 2006
              • 13225

              #7
              Originally posted by Ganon11
              How about some sort of game? You could make something up, or try to emulate a popular game like chess.
              Watch it. He may be looking for someone to do a project he thought of
              here

              Comment

              • Ganon11
                Recognized Expert Specialist
                • Oct 2006
                • 3651

                #8
                No, I'll do chess on my own, thank you, r0. Although if I have any problems, I'll come to you in the Java forum - and I'm sure I'll be visiting. User input through Java was hard for me.

                I've been trying to submit a second reply, but the forum won't let me.

                Comment

                • carly
                  New Member
                  • Oct 2006
                  • 37

                  #9
                  Originally posted by r035198x
                  Watch it. He may be looking for someone to do a project he thought of
                  here
                  Thanks r0,

                  But sorry to tell you that im completly blank when it comes to chess:

                  1.)e4 e5
                  2.)Nf3 Qf6
                  3.)Bc4 Bc5
                  4.)Nc3 a6
                  5.)Nd5 Qd6
                  6.)d4 Bxd4
                  7.)Nxd4 e5xd4
                  8.)Bf4 Qc5
                  9.)Nxc7+ Kd8
                  10.)Qxd4 Qxd4
                  11.)Nxa8 Qe4+
                  12.)Be3 Qxg2
                  13.)0-0-0 b5
                  14.)Bb6+ Ke8
                  15.)Nc7+

                  ??????????????? ??????????????? ???????????

                  sorry!! :D

                  carly

                  Comment

                  • Ganon11
                    Recognized Expert Specialist
                    • Oct 2006
                    • 3651

                    #10
                    Originally posted by carly
                    Thanks r0,

                    But sorry to tell you that im completly blank when it comes to chess:

                    1.)e4 e5
                    2.)Nf3 Qf6
                    3.)Bc4 Bc5
                    4.)Nc3 a6
                    5.)Nd5 Qd6
                    6.)d4 Bxd4
                    7.)Nxd4 e5xd4
                    8.)Bf4 Qc5
                    9.)Nxc7+ Kd8
                    10.)Qxd4 Qxd4
                    11.)Nxa8 Qe4+
                    12.)Be3 Qxg2
                    13.)0-0-0 b5
                    14.)Bb6+ Ke8
                    15.)Nc7+

                    ??????????????? ??????????????? ???????????

                    sorry!! :D

                    carly
                    All this is just notation for list moves - to program it, all you'd need to know is how each piece moved, what was legal and illegal, etc. You wouldn't have to be very good at it.

                    This helps, because I'm apparantly not as good as some people on TSDN and I'm still trying to code it.

                    Comment

                    • carly
                      New Member
                      • Oct 2006
                      • 37

                      #11
                      Originally posted by Ganon11
                      All this is just notation for list moves - to program it, all you'd need to know is how each piece moved, what was legal and illegal, etc. You wouldn't have to be very good at it.

                      This helps, because I'm apparantly not as good as some people on TSDN and I'm still trying to code it.

                      ohhhhh I see so thats why r0 was trying to warn me about you ;) ,didnt really get it the first time. I thought he was showing it to me as something I can code. Anyway enjoy coding it!! :)

                      carly

                      Comment

                      • Ganon11
                        Recognized Expert Specialist
                        • Oct 2006
                        • 3651

                        #12
                        Testing something

                        Comment

                        Working...