PDA

Click to See Complete Forum and Search --> : please help


Oct 2nd, 2000, 01:13 PM
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

parksie
Oct 2nd, 2000, 02:41 PM
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.

PsyVision
Oct 2nd, 2000, 03:18 PM
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.