Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hca
  • Order by date
  1. hca

    Multiple Filehandles

    What I am trying to do is write to a single file with multiple filehandles. I want to write different detail lines depending on the result of an if statement. Any sugestions?
  2. hca

    How to change path for SQR .lis output file

    Never mind, I found that it was just an argument in sqrw.
  3. hca

    How to change path for SQR .lis output file

    I am creating a report with the print command in SQR and it always sends the .lis file to the \temp directory. I was wondering how to change that to a directory of my choice.
  4. hca

    small problem with "cin"

    SiM That is exactly what i was looking for. Thanks!
  5. hca

    small problem with "cin"

    I am in a c++ class and I am having a problem with part of my program. The code is as follows: #include <iostream.h> void main() { int num; cout << &quot;Enter # of credits: &quot;; cin >> num; while(cin.fail()!=0) { cout << &quot;error&quot;; cout << &quot;Enter # of credits...

Part and Inventory Search

Back
Top