Top-down design to display tile pattern I changed the parameters for MakeLayer, it makes the tiles but doesn't separate them correctly. It'...
Top-down design to display tile patternHow would I introduce 'layer' to MakeCourse? I can't take out a variable from MakeLayer and I can't ...
Top-down design to display tile patterncorrection ***** void MakePattern(int the_width, int the_courses) { for (i=0; i<=courses; i++)...
Top-down design to display tile patternThank you for the quick response. I changed the names to match the function arguments. When compiled...
Top-down design to display tile patternI'm confused about how to fix my parameter declaration errors. I think I have a misunderstanding of ...