Search:

Type: Posts; User: magicz69

Search: Search took 0.00 seconds.

  1. Thread: clear line

    by magicz69
    Replies
    3
    Views
    3,336

    i'm using win98 turbo c++.. btw i juz wana clear...

    i'm using win98 turbo c++.. btw i juz wana clear the string
  2. Thread: clear line

    by magicz69
    Replies
    3
    Views
    3,336

    clear line

    hi guys.. is there a way to clear the previous line instead of clearing the whole screen? wad i meant was i juz wana clear the previous line if the user enter a wrong data in a form. thanks
  3. Replies
    4
    Views
    2,396

    i dun really get it ... heres where i'm stuck at...

    i dun really get it ... heres where i'm stuck at



    struct loan {
    char bookid[6], bookname[20], datedue[9],dateloan[9];
    }com;

    struct cus_info {
    int id;
  4. Replies
    4
    Views
    2,396

    nested struct , fread ,fwrite

    i haf my nested struct ready ... i'm trying to add a new thing into my data base that is books loan.. there fore i haf a main struct which shows the name and info all tat and nested struct in the...
  5. Replies
    5
    Views
    1,361

    ermm seems to me that clrscr() clears the whole...

    ermm seems to me that clrscr() clears the whole screen... and there are many more inputs below.. i've tried using clreol() which clears the whole line. when it prompt to re-enter as its invalid ... i...
  6. Replies
    5
    Views
    1,361

    Validation with GotoXy

    i haf a problem with this. i'm trying to validate the "Name" so that only alpha can be in the name. i know how it works. problem is when i enter a name with number.. it gives invalid name. is there a...
  7. Replies
    8
    Views
    6,085

    i haf another question.. issit possible to...

    i haf another question.. issit possible to compare(strcmp();) a string and a int ? as i am trying to make a search as to search by ID(int)...heres the code



    void search(void)
    {
    if((cusfile =...
  8. Replies
    8
    Views
    6,085

    yup i'm using conio.h.. one problem.. it still...

    yup i'm using conio.h.. one problem.. it still only checks the password but not the username...

    nvm i fixed it changed the == to != and it works... thanks a million :)
  9. Replies
    8
    Views
    6,085

    i'm using string ... heres the code void...

    i'm using string ... heres the code



    void main(void)
    {

    char user[8];
    int password,valid,Try=1;
  10. Replies
    8
    Views
    6,085

    Login Function

    ok i've made a login function which checks the username and password before allowing user to enter the main menu.. i was able to make it check the password.. but not the username... error given was.....
Results 1 to 10 of 10