473,399 Members | 2,478 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

prototype means in c++ iam getting confused in it asit is not compiling

iam making program of case conversion so iam getting error that function upper case should have a prototype.
#include<iostream.h>
#include<conio.h>
#include<ctype.h>
main()
{
char a,b,c;
cout<<"enter the first value";
cin>>a;
b=uppercase(a)
a=lower case(b)
get ch();
return(0);
}
Jun 1 '17 #1
1 962
weaknessforcats
9,208 Expert Mod 8TB
Your function cannot be "lower case". It has to be one word.

Also, do you mean to change a to upper case and put the result in b? If so, the function is toupper. Ditto for tolower for lower case.

Post again let me know what happened.
Jun 1 '17 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: | last post by:
so i am using Dreamweaver; and I need to be able to have multiple pages post to a page called page6_1.asp from there; i give people the ability to either '1 - save definition as new report'; '2...
3
by: Larry Tate | last post by:
I have had a monstrous time getting any good debugging info out of the .net platform. Using ... ..NET Framework 1.1 Windows 2K Server VB.NET <- is this the problem? error handling in the...
6
by: Priya Mishra | last post by:
Hi all if I have the public function in the class which has the key word virtual i.e public: virtual void SetControls(); Then what does this really mean in the program.
7
by: Peter Row | last post by:
Hi, I've started work on my own control some parts of which use standard controls, others I need to draw on my controls surface to get the display output I require, however.... I seem to be...
2
by: Darrel | last post by:
I have a working function that grabs an image from a FILE form field and get's the filename from it: imageToCheck = myFormField.postedfile checkedFileName = Mid(imageToCheck.FileName,...
6
by: Griff | last post by:
Hi - I have completely rebuilt my PC from scratch and it's running XPsp2 and VS2003 sp1. Sometimes when I run my ASP code (this is CLASSIC asp by the way) through the VS2003 debugger, I get the...
7
dmjpro
by: dmjpro | last post by:
Hi Experts. I m now days doing test on ORKUT JS code. I need your help experts. Now there are multiple forms in a page. But no actions are there. Now when the page is submitted then this...
2
by: Manikandan | last post by:
Hi, I have a program written in .Net Framework 1.1 using Visual studio enterprise edition 2003. I tried compiling the same program in visual c# express edition 2005. I'm getting following...
3
by: anagpino | last post by:
I need to download many files at the same time per client using php. The files are images or xmls that the system uses to show content. I need to use php because the system needs to test that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.