User profile: SkyZ

User info
User name:SkyZ
Name:Richard Ma
Location:Bay area
Bio:Beginniner: C++ & JaVa
History
Joined:
Number of posts:15
Latest posts:

Paralleogram design?
[code] maxim = (Rows - 1) / 2; for (int i = 0; i < Rows; ++i) { if ( i <= maxim) { blanks ...

Paralleogram design?
Ehh I just dont understand what u did, I see u did a min function to determine if maxim or maxim + N...

Paralleogram design?
I cant use setw manipulators

Paralleogram design?
I want this BUT... [code] * ** *** ** * [/code] The number of stars being printe...

Paralleogram design?
The assignment told me not to use a while loop just 3 for loops, 1 for shape, one for row and one fo...