Thread: Classifying characters (was struct:)

  1. #16
    Registered User asteroidv2's Avatar
    Join Date
    Jul 2006
    Posts
    13
    Quote Originally Posted by twomers
    Dude, this is your answer (from Salem):

    >> You may find the isupper() and islower() functions in ctype.h useful.

    check out what he says! Use a loop with these functions and have variables which change depending on the result of them. If you are stuck, don't ask us how to use these functions, cause I know for a fact that there are lots of examples on these forums on how to use them. Use the search feature on the site!

    EDIT:

    Please please can you learn to type properly.

    xorry = sorry.
    nweiz = (I think) anyway.
    owkie = ok, or okay.
    and plzzz = please

    thnx very much......i read savitch's book of c++..and i found the problem there..hekhek...

  2. #17
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    update: thnx = thanks.

    You found the initial problem there? Like the counting upper/lower letter cases one?

  3. #18
    Registered User asteroidv2's Avatar
    Join Date
    Jul 2006
    Posts
    13
    Quote Originally Posted by twomers
    Dude, this is your answer (from Salem):

    >> You may find the isupper() and islower() functions in ctype.h useful.

    check out what he says! Use a loop with these functions and have variables which change depending on the result of them. If you are stuck, don't ask us how to use these functions, cause I know for a fact that there are lots of examples on these forums on how to use them. Use the search feature on the site!

    EDIT:

    Please please can you learn to type properly.

    xorry = sorry.
    nweiz = (I think) anyway.
    owkie = ok, or okay.
    and plzzz = please

    OK...again SORRY...ANYWAY....Thanks for the HELP....So MucH..(hekhek)....

  4. #19
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Nine posts of illiteracy and not a shred of code, nor any sign of effort.
    Just hurry up and fail the class tomorrow OK, and the rest of the world will just get along fine without you.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linked list question
    By brb9412 in forum C Programming
    Replies: 16
    Last Post: 01-04-2009, 04:05 PM
  2. Replies: 1
    Last Post: 12-03-2008, 03:10 AM
  3. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  4. Binary Search Tree
    By penance in forum C Programming
    Replies: 4
    Last Post: 08-05-2005, 05:35 PM
  5. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM