Thread: Chat BOT Sample

  1. #16
    Registered User
    Join Date
    Jan 2002
    Posts
    77
    actually no it wasnt, i didnt realize it untill i started checking out some of the errors.
    Hooked On Phonics Didn't Work For Me!

  2. #17
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    Yes, it was deliberate.
    I didn't run that code through a compiler, I simply typed it up in notepad... so there's bound to be some trivial syntax errors.

  3. #18
    Registered User
    Join Date
    Jan 2002
    Posts
    77
    first of all, how can you tell me that anything i do or do not do is deliberate.

    i didnt type it up i just coppied and pasted into my compiler and compiled it and i didnt realize there were no .h's untill later when i started looking through the errors.
    Hooked On Phonics Didn't Work For Me!

  4. #19
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    ... Because I typed up the code and didn't "put any .h's on the includes"
    The code OBVIOUSLY won't compile. a) There's no main function b) There's unresolved variables and functions c) I made a few errors throughout. This is an EXAMPLE, not an entire solution.

  5. #20
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    they mean its diliberate in the sense that the original sample has no .h's so it has nothing to do with you, it was deliberate.

    I didn't rlly expect it to compile, just odd how it gives me an error with no error msg.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Chat Bot Help!!
    By arealfind08 in forum C Programming
    Replies: 1
    Last Post: 03-09-2009, 06:52 AM
  2. Chat bot brain ideas
    By cogeek in forum C++ Programming
    Replies: 14
    Last Post: 10-02-2004, 12:26 AM
  3. Chat Bot: Multiple headers problem
    By RoD in forum C++ Programming
    Replies: 4
    Last Post: 03-26-2003, 06:07 PM
  4. Msvc Aim Chat Bot ???
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 09-19-2001, 08:46 AM
  5. Chat bot for AIM
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 09-08-2001, 02:10 PM