Page 438 - C++
P. 438

cout<<"\n       ³  MOBILE NUMBER 2        ³
                ³";
                       cout<<"\n
                ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄijÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij"
                ;
                       cout<<"\n       ³  EMAIL ID               ³
                ³";
                       cout<<"\n
                ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ"
                ;
                       gotoxy(36,4);
                       puts(Name);
                       gotoxy(36,6);
                       puts(FatherName);
                       gotoxy(36,8);
                       puts(Address);
                       gotoxy(36,10);
                       puts(pincode);
                       gotoxy(36,12);
                       puts(job);
                       gotoxy(36,14);
                       puts(company);
                       gotoxy(36,16);
                       puts(Telephone);
                       gotoxy(36,18);
                       puts(Mobile1);
                       gotoxy(36,20);
                       puts(Mobile2);
                       gotoxy(36,22);
                       puts(email);
                       getch();

                }
                /**************************************************************/
                void Schedule::SGetdata()
                {
                       gotoxy(32,2);
                       cout<<"±±±±±WELCOME±±±±±";
                       cout<<"\n
                ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿"
                ;
                       cout<<"\n       ³  NAME                   ³
                ³";
                       cout<<"\n
                ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄijÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij"
                ;
                       cout<<"\n       ³  SCHEDULE               ³
                ³";
                       cout<<"\n
                ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄijÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij"
                ;
                       cout<<"\n       ³  DATE(DAY)              ³
                ³";
   433   434   435   436   437   438   439   440   441   442   443