Can we split the output window of C++? I need it badly for my project as it is the only thing that can help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we split the output window of C++? I need it badly for my project as it is the only thing that can help me.

Can we split output window of C++

5th Jul 2017, 7:28 PM
Manish Jha
Manish Jha - avatar
11 Answers
+ 4
Output window, as in console output window? I don't think you can. You should look into MFC and the CSplitterWnd class.
5th Jul 2017, 8:35 PM
Karl T.
Karl T. - avatar
+ 1
Which IDE are you using?
5th Jul 2017, 7:57 PM
Manual
Manual - avatar
+ 1
Oooh my condolences. I do not use turbo.
5th Jul 2017, 8:12 PM
Manual
Manual - avatar
+ 1
Why are you using turbo? I heard it is outdated.
5th Jul 2017, 8:13 PM
Manual
Manual - avatar
+ 1
I use visual studio 2017. Unfortunatly. I do not know it well enough to teach you how to create multiple windows, with win32. I was only recently able to do it. https://www.sololearn.com/discuss/410578/?ref=app
5th Jul 2017, 8:17 PM
Manual
Manual - avatar
+ 1
Oh screen splitting. My mistake! I though you that you wanted to create multiple windows. even thought you had screen split in your question.
5th Jul 2017, 8:25 PM
Manual
Manual - avatar
+ 1
So you are trying to code the screen split effect. VS should have a SCREENSPLIT property for its windowcreate(); try searching it before you decide to use visual studio.
5th Jul 2017, 8:27 PM
Manual
Manual - avatar
0
I'm currently using Turbo C++.
5th Jul 2017, 7:59 PM
Manish Jha
Manish Jha - avatar
0
Tell me about the IDE you use. I can get familiar in a day. But I need it.
5th Jul 2017, 8:13 PM
Manish Jha
Manish Jha - avatar
0
Because I started with Turbo and I'm quite comfortable with it.
5th Jul 2017, 8:14 PM
Manish Jha
Manish Jha - avatar
0
Have you ever splitted your screen?
5th Jul 2017, 8:19 PM
Manish Jha
Manish Jha - avatar