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 SkipVought 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. bradmanda

    Initializing with constructors

    Hello, I need to figure out how to add a constructor and destructor to my class, labeled "Invoice." The constructor will initialize the invoice number (innumber) to 1000, days (days) to 1, category (categ) to 2, and the insurance (insur) to 0.0. I don't believe I can just simply initialize the...
  2. bradmanda

    A Simple Debug?

    Trying to build a project containing header files/accomplish modularity. As I attempt to compile, the following error pops up: school5.cpp(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Looking on other forums, there might need to be some...

Part and Inventory Search

Back
Top