L value required

Joined
Jun 17, 2010
Messages
1
Reaction score
0
// This program is displaying an error "L value required" How to correct this?

#include"iostream.h"
#include"conio.h"
class love
{
char name[10];
char paris;
public:
void getdata(void);
void display(void);
};
void love::getdata(void)
{
cout<<"Enter name :";
cin>>name;
while(name=paris)
cout<<"I love you";
}
void love::display(void)
{
cout<<name;
}
void main()
{
love L;
L.getdata();
L.display();
getch();
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top