Go to Main
Codes section

ChaR-ManiA v1.0

More info...

 

 
BACK TO CODES  
 
Introduction
Have you ever happen to have problem typing tHiS KinD of WriTinG to your friend?? I do. So, I developed this simple code using the old Borland Turbo C++ 3.0 to automate the case conversion process.
How it works??

The program read keystroke from users using gets() function for each line and then transfer it into a 2-D arrays with this arguments, the2Darray[row] [column]. In other words, each and every row and column will be assigned a character.

After that, conversion process takes place. I used toupper() function to convert every 2 or 3 character reads from the beginning of the row and column until the end, using nested looping. EXCEPT for some reasons, I omitted some of the characters such as the letter 'L' should never be small cap and 'I' should always be 'i'.

How to work it out??

To use it, go to DOS prompt and simply follow the syntax:

conv filename [/high]

Filename is complementary. It is the filename where the converted string stored. The /high argument is for those who enjoy writing long mULti-cAseS essay.

Any FAQ??
FAQ is included in the ZIP file. Download them all.
 
 
 
© 1999 n-CrYpto, aMoUx Org. cum Webmaster