how would i fill the screen with blue lines and space them 1 line thickness apart till the screen is full.
thanks
john extreme newbie
Printable View
how would i fill the screen with blue lines and space them 1 line thickness apart till the screen is full.
thanks
john extreme newbie
If you're an extreme newbie I would suggest not trying to do any graphics just yet. Concentrate on the basics of console programming (ie using cout and the iostream libraries). Once you actually understand the language, try graphics then. I mean, you'll just make it harder for yourself if you try and do the Olympics before you know where your legs are.
If you were using MFC with VC++ then you would be able to use the DC classes, but if your not then i would not know how, if your using a console app and are a newbie then learn the basics first.