U
U
Umid2019-04-12 18:49:04
C++ / C#
Umid, 2019-04-12 18:49:04

Errors in the program, a problem in the structure?

SOURCE
5cb0b336a6eed939330796.png
As far as I can guess, most of the errors are related to the very organization and location of the files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tsarevfs, 2019-04-12
@DarCKoder

Rather, with the fact that many #includes are missing. It's not like there's just one thing here.
For example, UserDB.h uses the User class, which is described in Auth.h. #include "Auth.h" will fix the first error.
Where string is used, it should also be #include . Moreover, you can’t just omit the name of the namespace
std::
In short, the code is not completed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question