Search:

Type: Posts; User: Tokay

Search: Search took 0.01 seconds.

  1. thank you, Daved. my program works now and i...

    thank you, Daved. my program works now and i didn't need to use an array.
  2. I can not remove the .h with my compiler.

    I can not remove the .h with my compiler.
  3. I may as well show you what I have so far in case...

    I may as well show you what I have so far in case you're interested...


    #include <iostream.h>
    #include <fstream.h>
    #include <APSTRING.H>

    void GetDate(ifstream&, int&, int&, int&);
    void...
  4. reading 3 ints from one line, then 3 from another

    Hi, I’m having some trouble getting a program to work. What I’m trying to do is input 3 ints from a specific line in an external .cpp file.
    say I need to find out what ints x, y, and z are. the...
Results 1 to 4 of 4