Questions
Tags
How to make a global QTextStream cout(stdout)?
There is a main function and it has two? How and where to create the object QTextStream cout(stdout) to implement the class I was able to use it in main?
Qt
Ferne.Reichert
asked
April 19th 20 at 12:29
Related questions
0
How to associate a local and remote repository?
2
There are programs for classification of objects in the image?
1
Python telegram bot || Can help with the bot, parser?
0
How to configure WSUS to receive updates from Microsoft servers, but only those that have approval?
2
Is it possible to register a domain name locally?
2
How to check for token in localStorage on the stage of the routing?
1
How to automatically delete old processes chrome?
1
How to withdraw opredelennye headings on the id?
More answers about
"How to make a global QTextStream cout(stdout)?"
1
answer
Lessie_McCullough12
answered on
April 19th 20 at 12:31
Google singleton pattern
will not help, while the output from multiple threads will be a mess in stdout
- aleen
commented on April 19th 20 at 12:34
@aleen
, you need to use mutexes, then there will be
- Lessie_McCullough12
commented on April 19th 20 at 12:37
Find more questions by tags
Qt