Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Upper and lower case
 

 

Description

This shows the strlwr and strupr functions to convert a string to lower or upper case.

Code

#include <string.h>
#include <stdio.h>

int main()
{
printf(strlwr("Programmers Help C Code Section.\n"));
printf(strupr("Programmers Help C Code Section.\n"));
return 0;
}

Information

tested using LCC Win 32 , Visual C++ 6

 

 

 

 

Download

upperlower.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Display time zone(Powershell)
Create a database(VB)
Close window link(Javascript)
List all fonts(VB)
Get your IP address(VBNet)
degrees to radians conversion(C Sharp)
add a site to IE favorites(VBScript)
Delete a file(ASP)

    




Copyright © 2003 by programmershelp.co.uk