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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.