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!

Search results for query: *

  • Users: amn95
  • Content: Threads
  • Order by date
  1. amn95

    What is a parse error in c++?

    What is a parse error in c++?
  2. amn95

    How can my selection sort work?

    # include <iostream> # include <cstring> using namespace std; int main() { char text [81]; char *word ; int count=0; int minValue,minIndex; cout << &quot;Please enter a sentence &quot;; cout << &quot;not exeeding 30 words:\n&quot;<<endl; cin.getline(text,31);// for (int i=0; i...

Part and Inventory Search

Back
Top