Search:

Type: Posts; User: ChrisInPa

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,163

    Re: How to think about this Graphics problem

    You're basically looking at three different elements.
    Learn to make the individual brick.
    Make the bottom row of bricks "n" wide.
    Make each consecutive row "n-1" narrower and centered.

    Chris
  2. [SOLVED] Re: Problem with nested for loops, Creating an array of Distinct ints from a larger array of ints.

    In a word yes, and I usually do comment after I'm finished.

    This is what I came up with. It works fine, and will be perfect for me but surely there's a better way.

    Thanks,

    Chris

    ...
  3. [SOLVED] Problem with nested for loops, Creating an array of Distinct ints from a larger array of ints.

    Hello all,

    FNG here, I read several posts, but they were referencing the boolean method. I need to create an array of distinct ints from a larger array of ints and then print both. I figured...
Results 1 to 3 of 3