Thread: How to use function count?

  1. #1
    barakuda
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    1

    How to use function count?

    Hello Guys! I'm just a newbie. How can I make a program by using function count by entering a combination of letters and you will know how many are the capital letters and the lowercase letters? Kindly appreciated.

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Welcome to the boards! Make sure to read the stickies at the top of the forums before posting code in any posts you make in the future!


    -------------------------------
    Look in to the isUpper and the isLower functions. Both found in the ctype.h header file.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Post what you have so far.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  2. In over my head
    By Shelnutt2 in forum C Programming
    Replies: 1
    Last Post: 07-08-2008, 06:54 PM
  3. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  4. Replies: 4
    Last Post: 11-23-2003, 07:15 AM
  5. Replies: 5
    Last Post: 02-08-2003, 07:42 PM