Search:

Type: Posts; User: justin87

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,732

    Problem with my morse code program

    I have just written the morse code program and it seems fine. I just have a little problem. In the query menu, I input 'a' and it works fine, then i input 'b' and it is still fine. But then I do 'a'...
  2. Replies
    6
    Views
    1,569

    Yeah I want to output the result after testing...

    Yeah I want to output the result after testing the ISBN from the input file to the other text file. I know I might use an ofstream but I am not sure how to use it right.
  3. Replies
    6
    Views
    1,569

    Thanks for the tip. I can open the file now. I...

    Thanks for the tip. I can open the file now. I have another question: Can I copy the result to another text file? How can I do that?
  4. Replies
    6
    Views
    1,569

    My programs does not read my file.

    I write a program that validate ISBN number. Everything works fine but It can not open the file which contain ISBN numbers. Can anyone show me why?

    #include <iostream>
    #include <fstream> ...
Results 1 to 4 of 4