Thread: Capitalization

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    32

    Capitalization

    C code - 530 lines - codepad

    lines 89-99. what's the point of capitalizing letters and later doing it back?

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    That's not what's happening. It's to change something like "alphabet" or "ALPHABET" or "aLphABet" to

    Alphabet

    Take a closer look.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program can't locate resource when run outside IDE
    By IdioticCreation in forum C++ Programming
    Replies: 10
    Last Post: 03-31-2009, 09:41 PM
  2. Capitilization in titles
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 08-24-2004, 12:52 PM
  3. capitalization trick
    By volk in forum C++ Programming
    Replies: 11
    Last Post: 04-05-2003, 07:12 PM
  4. Capitalization help
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 12-20-2001, 12:39 AM