Why is MinGW very slow?

Are you on an Active Directory domain, but not immediately connected to it? While I don’t have the “answer” as to why MinGW would be slow, it has been my experience that computers which belong to an AD domain, but are unable to reach the AD controller, have a delay in starting executables (such as … Read more

making a constant array in c++

You say that you did this within a class, as a private variable. Recall that (at the moment), member variables may not be initialised in the same place where you declare them (with a few exceptions). struct T { std::string str = “lol”; }; is not ok. It has to be: struct T { std::string … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)