Thread: RoDBoT: BETA

  1. #1
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    RoDBoT: BETA

    As many of you know i have been (slowly) working on my chat bot. Thanks to eibro and travis i have a "pushed out" beta. I'm still asleep so he has no error checking, so read the comp.txt for the words he knows. Expect updates and improvements all the time, suggestions always welcome.

    http://fileshack.netfirms.com/betaexe.zip
    http://fileshack.netfirms.com/betasrc.zip

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    You put me in! God i love you! ...wait a minute.....dillh......

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    lmao, current reported errors:

    Refuses spaces in name
    If you input anything other then it recognizes it quits - lol
    Feel free to add to that list. Also, if neone adds to his vocab txt files, i'm willing to consider make the additions standard, make him smarter. To add place a number in both files, keyword/sentence:

    comp.txt:

    1 keyword

    ans.txt

    1 im linked to keyword!

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    I see that your a
    It should be "I see that you are" or "I see that you're".

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    name prob and grammer corrected. working on error checking.

  6. #6
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    the bot quits.. Instead how abt making it run in a loop and when it encounters something it does not understand.. it should say sometin like "Lets change the subject.. i am bored"

  7. #7
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by vasanth
    the bot quits.. Instead how abt making it run in a loop and when it encounters something it does not understand.. it should say sometin like "Lets change the subject.. i am bored"
    Pall, RodBot does what he likes! No fooling around with loops
    forcing him to undergo ultimate-boredom chatsessions.

  8. #8
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    i dont know if this is a bug or just punishment for bad input but if you type letters at the age prompt it goes into an ifinate loop of

    "enter yout age. please be honest about your age."

  9. #9
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Perspective
    i dont know if this is a bug or just punishment for bad input but if you type letters at the age prompt it goes into an ifinate loop of

    "enter yout age. please be honest about your age."
    Yea, That's a one of cin's famous bugs...

  10. #10
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Hey, you can sign RoDBot up on the board! He could tell posters to "Use code tags", "Read the FAQ", "Use descriptive titles"... etc.

  11. #11
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    i'll fix the age loop.

    i'm stuck guys. if i enter more than one keyword she responds and dumps. example:

    Code:
    Please enter your name: can you please
    Please enter your age: 9
    Please enter (M) for male or (F) for female: m
    Hello Can you please, my name is RoDBoT!
    I see that you're a 9 year old male! I'm a 34 year old Female!
    Enter Comment: can you please
     Sorry, but i cannot do that.
    Enter Comment: Press any key to continue
    I attached the new cpp, the new txt files are below. Also, i have tried too add a check so that if no keyword is found it says it doesnt get it and calls the prompt function again, none have worked.

    http://fileshack.netfirms.com/txt.zip


    /*

    i'm also adding a option, trying, that when he doesnt get it he adds the users string into a new txt. hopefully after a few convos peple will submit that txt to my email.

    */
    Last edited by RoD; 02-19-2003 at 12:52 PM.

  12. #12
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Originally posted by DougDbug
    Hey, you can sign RoDBot up on the board! He could tell posters to "Use code tags", "Read the FAQ", "Use descriptive titles"... etc.
    i considerd proposing this to wm eventually...lol

  13. #13
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    age fixed.

  14. #14
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    It's not a bug..
    If you don't supply error handling for situations like the above, what do you expect to happen?

  15. #15
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    getting the error handling is giving me errors im having trouble handling :P

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beta version compiled with -DWINVER=0x0500
    By wow in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2006, 07:35 AM
  2. MS Visual Studio .NET 2005 beta 1
    By Vader in forum C++ Programming
    Replies: 8
    Last Post: 09-21-2004, 07:14 PM
  3. Natrual Language Programming - Beta Release
    By andy668 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-16-2002, 01:24 AM
  4. Visual Studio .NET beta 2
    By Marky_Mark in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2001, 11:28 AM