Click here to Skip to main content
15,884,629 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMessage Closed Pin
2-Oct-22 9:45
Member 149687712-Oct-22 9:45 
AnswerRe: Connect to terminal native window - repost Pin
Dave Kreskowiak2-Oct-22 16:49
mveDave Kreskowiak2-Oct-22 16:49 
AnswerRe: Connect to terminal native window - repost Pin
Richard MacCutchan2-Oct-22 22:34
mveRichard MacCutchan2-Oct-22 22:34 
GeneralMessage Closed Pin
3-Oct-22 7:50
Member 149687713-Oct-22 7:50 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan3-Oct-22 9:15
mveRichard MacCutchan3-Oct-22 9:15 
GeneralMessage Closed Pin
3-Oct-22 11:13
Member 149687713-Oct-22 11:13 
GeneralRe: Connect to terminal native window - repost Pin
k50543-Oct-22 11:58
mvek50543-Oct-22 11:58 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan3-Oct-22 21:54
mveRichard MacCutchan3-Oct-22 21:54 
When you highlight text in a terminal it can usually then be copied by some keystrokes or menu option. That is fairly standard throughout Windows, MacOS and Linux. You can then paste it into another running application (e.g. the QT process that launched the terminal), but as far as I am aware you still need to do it manually. If you want direct connection between a calling and called process, then the called process needs to be a console type application. You can then connect the stdout of the called process to stdin of the caller, so the caller can read what the called process writes. The QProcess documentation explains how to do it.
QuestionRe: Connect to terminal native window - repost Pin
David Crow4-Oct-22 5:17
David Crow4-Oct-22 5:17 
AnswerMessage Closed Pin
4-Oct-22 7:03
Member 149687714-Oct-22 7:03 
GeneralMessage Closed Pin
4-Oct-22 19:10
Member 149687714-Oct-22 19:10 
GeneralRe: Connect to terminal native window - repost Pin
k50545-Oct-22 4:32
mvek50545-Oct-22 4:32 
GeneralMessage Closed Pin
5-Oct-22 9:37
Member 149687715-Oct-22 9:37 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan5-Oct-22 22:47
mveRichard MacCutchan5-Oct-22 22:47 
GeneralMessage Closed Pin
6-Oct-22 4:42
Member 149687716-Oct-22 4:42 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan6-Oct-22 4:56
mveRichard MacCutchan6-Oct-22 4:56 
GeneralMessage Closed Pin
7-Oct-22 8:57
Member 149687717-Oct-22 8:57 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan7-Oct-22 9:25
mveRichard MacCutchan7-Oct-22 9:25 
Questionx86 Assembly Language Pin
Member 1578377429-Sep-22 23:51
Member 1578377429-Sep-22 23:51 
AnswerRe: x86 Assembly Language Pin
Richard Deeming30-Sep-22 0:14
mveRichard Deeming30-Sep-22 0:14 
Questiontype trait is_base_of compiles here but not there Pin
BernardIE531728-Sep-22 2:33
BernardIE531728-Sep-22 2:33 
QuestionRe: type trait is_base_of compiles here but not there Pin
jeron128-Sep-22 7:11
jeron128-Sep-22 7:11 
AnswerRe: type trait is_base_of compiles here but not there Pin
BernardIE531728-Sep-22 8:15
BernardIE531728-Sep-22 8:15 
QuestionDecimal point in floating point number in CSV under European locale Pin
Shao Voon Wong26-Sep-22 18:50
mvaShao Voon Wong26-Sep-22 18:50 
AnswerRe: Decimal point in floating point number in CSV under European locale Pin
Peter_in_278026-Sep-22 19:33
professionalPeter_in_278026-Sep-22 19:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.