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 derfloh 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 chikon

  1. chikon

    please help me handle error msg

    the error is: error C2653: 'question' : is not a class or namespace name my h file: ========================================= #pragma once using namespace std; class question { public: question(void); private: char[200] quest; bool wasAnswered; bool isCorrect; int counter=0; public...

Part and Inventory Search

Back
Top