I've a problem with Qt Creator. Tried to use older versions but there's the same result. now on 4.2.0 and Qt 5.7.1 and 5.8.0 installed. When I start a project (no matter what kind exactly) then there's such kind of a bugs:
First:
right click -> add new (or existing) file -> add or cancel
right click -> AND!!! now "add new" and others "adds" are grayed.
BUT after a restart it starts from the beginning. So to add each new file to project I need to restart Qt Creator...
Second:
When I'm trying to use C++ lib - and i write like this
std::fstream myfstr("./myfile.txt", std::ios_base::out);
myfstr<<"hi";
myfstr.close;
the file is beeing created in my user's HOME folder but not near the project's runfile
Third:
I can't enable the console window((
I'm really sorry for these maybe stupid questions, but I really spent much time trying to solve them.
Thanks a lot for any help!!