|
|
C++ Newbie said:
> The following snippet of code shows how a rectangle of user-defined
> height & width may be printed on screen in C++ (the C++ NG appears to
> be down to Google Groups).
Newsgroups are never "down", because they are distributed all over the Net.
At most, your access to them might be down. If you want better access to
comp.lang.c++, consider switching to a reputable news provider.
> Referring to my FOR loops, is there any way in which the columns may
> be iterated in the outer loop rather than the rows, and still yield a
> workable result?
Yes.
> Ask if you want the full source code, I didn't think it was necessary
Neither did I.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: - www">http://www. +rjh@
Google users: < www.cpax.org.uk/prg/writings/googly.php">http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
|
|