Thread: consecutive characters

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    17

    consecutive characters

    Firstly, just wanted to say thanks to Elysia and matsp for the help yesterday.

    Ok, I just wanted to know if it is possible to write a bit of code to tell a program to check and see if a string of characters has any consecutive characters. I dont have any code down, but I just wanted to know if someone could point me in the direction for any good reading for this particular aspect.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Yes.

    strstr().

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. Replies: 10
    Last Post: 07-10-2008, 03:45 PM
  3. How do you check how many characters a user has entered?
    By engstudent363 in forum C Programming
    Replies: 5
    Last Post: 04-08-2008, 06:05 AM
  4. First Consecutive composites Help
    By ch4 in forum C Programming
    Replies: 10
    Last Post: 11-23-2007, 04:55 PM
  5. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM