how to add border to console screen

Oct 1, 2015 at 4:17pm
guys pls help me in adding border to console screen
Oct 1, 2015 at 4:27pm
We're going to need an example of what you mean here OP.
Oct 1, 2015 at 4:35pm
i'm doing my c++ project so i just need a border in output screen for making it attractive
Oct 1, 2015 at 4:39pm
That's going to be a bit tricky. By convention a console window is 80 characters across so that part is easy. But the height isn't standardized. You could set the console windows height, but you would have to let us know what platform you are working on.
Oct 1, 2015 at 4:44pm
dos box
Oct 1, 2015 at 5:10pm
http://www.cplusplus.com/forum/beginner/173237/

Ncurses is still my recommendation
Oct 1, 2015 at 5:15pm
Getting off of DOSBox would be mine. Seriously, just for my own curiosity, what arbitrary reason are you using to justify the need to run on a 20 year old platform? My guess is that making your product look pretty is meaningless. Your grade is going to get thrashed for requiring an emulator.
Last edited on Oct 1, 2015 at 5:17pm
Topic archived. No new replies allowed.