cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to use nested for to draw ascii art?
How to use nested for to draw ascii art?
Nov 3, 2015 at 9:16am UTC
awk123123
(1)
I need to use nested for to make 3 pattern that common find in Christmas decoration.
I want to generate a snow and a snowman. How can I do it?
Nov 3, 2015 at 1:43pm UTC
pearlyman
(176)
I would start by googling "Ascii christmas art", find a pattern you want and analyze it for patterns. Once you have one with a definite set of repeatable patterns... you can figure out your nested loops and so on.
Topic archived. No new replies allowed.