January 16th, 2013 11:36 AM
#include<iostream.h>
#include<conio.h>
#include<string.h>
void main()
{
clrscr();
int i=0,flag=1;
cout<<"Enter the password.";
char Pass[8],pass[]={"PASSWORD"};
while ( (i<8) && (flag==1) )
January 6th, 2013 05:18 AM
December 19th, 2012 04:21 AM
I appreciate your inputs.
Thanks for the help.
December 16th, 2012 05:56 AM
I am using Turbo C++ , the ancient one as that is only taught to us in school.....
I do not know how to use a debugger for TC++.
Please post a link teaching its use as well.....
Really...
December 16th, 2012 05:41 AM
:(:(:(:confused::confused:
//***************************************************************************
// Header Files...
November 7th, 2012 10:30 AM
That solved the problem...
Thanks a lot again.....
Its nice to have people like you around....
November 7th, 2012 10:09 AM
Thanks a TON for correcting that MOST RIDICULOUS MISTAKE EVER!!
Can you please tell about Error 2 as well?
I am a newbie to this stuff.....
November 7th, 2012 09:46 AM
class Book
{
int BNo;
char BName[80];
char BAuth[80];
unsigned int Bcop;
public:
void BInput()
{
cout<<"Book Number: ";cin>>Bno;//Error 1