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++
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.
+ 1
Which IDE are you using?
+ 1
Oooh my condolences.
I do not use turbo.
+ 1
Why are you using turbo?
I heard it is outdated.
+ 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
+ 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.
+ 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.
0
I'm currently using Turbo C++.
0
Tell me about the IDE you use. I can get familiar in a day. But I need it.
0
Because I started with Turbo and I'm quite comfortable with it.
0
Have you ever splitted your screen?