Thread: Word from a string...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    random number generator reRanger's Avatar
    Join Date
    Oct 2004
    Posts
    44
    Thank-you, louis_mine.
    I have come across that today online, I believe, and I may have been overlooking other info as well. I am somewhat new to programming and I absolutely love it to the point of obsession at times. Thanks again.
    reRanger
    "Nay! But you love the present life!"

  2. #2
    random number generator reRanger's Avatar
    Join Date
    Oct 2004
    Posts
    44
    One question:
    If I parse a string and seperate the words into specific, reserved arrays, I then could compare them to the trigger word, say, "feel". Would "feel" need to be declared as a const var? Also, are sub-strings able to be compared like intergers, "cat==cat" or "dog!=cat"?
    reRanger
    "Nay! But you love the present life!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hangman game and strcmp
    By crazygopedder in forum C Programming
    Replies: 12
    Last Post: 11-23-2008, 06:13 PM
  2. C++ ini file reader problems
    By guitarist809 in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2008, 06:02 AM
  3. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  4. can anyone see anything wrong with this code
    By occ0708 in forum C++ Programming
    Replies: 6
    Last Post: 12-07-2004, 12:47 PM
  5. length of string etc.
    By Peachy in forum C Programming
    Replies: 5
    Last Post: 09-27-2001, 12:04 PM