Search:

Type: Posts; User: sam3291

Search: Search took 0.01 seconds.

  1. Thread: Help!!!!!!

    by sam3291
    Replies
    2
    Views
    896

    Help!!!!!!

    i currently coding a encode and decode program.........and now i meet some problem, that is after compiled, errors msg shows " Conversion may lost significant digits", who can help????! Thanks
  2. Replies
    5
    Views
    1,761

    Hi bright2c, regarding to the coding, is it...

    Hi bright2c,

    regarding to the coding, is it adding the #include<fstream>, and where should i put the code

    char filename[20]="a:filename.*";
    int mode=ios:: out;
    fstream fout(filename, mode);...
  3. Replies
    5
    Views
    1,761

    how to add save file func into this code!!

    Desc: this is an Text Encryption and decryption program that ihave complete coding. now i need to add another function

    Q1. save the encrypted msg into a file, this is because later i can display...
Results 1 to 3 of 3