how to make a line

Mar 13, 2012 at 3:47pm
how to make a line
Mar 13, 2012 at 4:02pm
A line of what, where?
Mar 13, 2012 at 4:11pm
Thank you for this helpful post demonstrating how to make a line of text on the internet.
Mar 13, 2012 at 4:22pm
Haha!! But, I suppose he is asking how can we draw a line on the screen given that we have a function which can draw a pixel. Lets see how this post develops.
Mar 13, 2012 at 5:15pm
closed account (zb0S216C)
If he/she is referring to graphics, which is almost certain, then they can use ASCII art (grotesque), access the video memory directly (bound to cause some damage), or use a graphics library such as OpenGL.

Wazzak
Mar 13, 2012 at 5:17pm
Use lots of underscores like this "__________________"

does work too well for diaganol or verticle lines tho :)
Mar 13, 2012 at 7:41pm
cout<<endl;

invisible line even better
Topic archived. No new replies allowed.