Hi everybody, here is the question:
When i'm trying to load an image via QT console application in Xcode everything ok, i can see my image in output. But if i try to output text (std::cout << "Cannot load image" << " "
there is nothing in output, i.e. i can't see the terminal window or another output console, how can i fix it?
When i'm trying to load an image via QT console application in Xcode everything ok, i can see my image in output. But if i try to output text (std::cout << "Cannot load image" << " "