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 Mike Lewis 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: *

  1. dtaylor01

    Help with my code

    Have I no errors now. But is this on the right track now? [#include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[ ]) { //cout << "hours worked: "; //No. of hrs worked during week //cin >> 40; //cout << " pay rate: $"; per hour //Pay rate...
  2. dtaylor01

    Help with my code

    Can someone take a look at my code. I'm having some errors and do not know how to correct. Not looking for someone to give me the answer, but walk me though to better understand. This is a compiler to compute wages. #include "stdafx.h" #include <iostream> using namespace std; int _tmain(int...

Part and Inventory Search

Back
Top