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 wOOdy-Soft 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 hookook

  1. hookook

    help with executing on linux

    If you are going to use g++, which comes with many versions of Linux, try this from the command line:<br> <br> g++ -o outputfile filename<br> <br> where -o is the option for specifying an output file and filename is your .cpp file.
  2. hookook

    Printing to a particular spot on a line in C++

    Help!!!<br> <br> I want to have my data starting printing on space 30 in the line but cout does not appear to have any options to start at a particular space on a line. Any suggestions?<br> <br> <br> Chuck

Part and Inventory Search

Back
Top