Which is the best and most complete book about developing desktop database programs using VC++?? Must cover every possible aspect, including printing reports.
Thanks very much,
Ric.-
I need to elaborate and print reports from a database, using a dialog-based VC++ program. I do NOT have Crystal Reports. Can anybody explain more about this? I need to have a preview of the report and then print it. Is this feature only available with SDI and MDI programs? How can I...
Greetings, I need help to resolve this problem...
I have a class like this:
class CRealMatrix
{
private:
double m_RealMat[MAX][MAX];
}
I want to overload the [] operator, so I can access the elements of m_RealMat[][] as l-values, applying the subscript operator directly to the object...
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.