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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by arielj

  1. arielj

    Simple C++ read file program gives many errors

    this is quick and dirty but it shoul do what you want. just remember to check that the file exists. #include <fstream> #include <iostream> using namespace std; int main(int argc, char * argv[]){ if (argc!=2){ cout<<&quot;Usage is: &quot;<< argv[0]<< &quot; <infile>\n&quot;; return...

Part and Inventory Search

Back
Top