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 dencom 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: JVasq13
  • Content: Threads
  • Order by date
  1. JVasq13

    Pointers in C++, skipping results

    Hello everyone, I am trying to teach my self C++, and I am having trouble with the following code: #include <iostream> #include <cstring> #include <iomanip> #include <cmath> using namespace std; using std::setprecision; using std::setw; int main() { const int NUMBER_OF_STATES = 10; const...

Part and Inventory Search

Back
Top