i need help pleas

hello every one i need to draw this shape in c++ pleas help me.

just the stars , without the ((.))

............................................*...........*...........................
...........................................**........***.........................
..........................................***.....*****.......................
.........................................****..*******.....................
........................................*************....................
.........................................****..*******.....................
..........................................***.....*****.......................
...........................................**........***.........................
............................................*...........*...........................
Last edited on
Well, what have you done so far? "I need help" will not get your any help. We can't know what exactly you need help on. If you could be a little more descriptive it would help us to help you. Anyways, If the problem is simply outputting those. I would suggest checking out std::setw and std::setfill.
http://www.cplusplus.com/reference/iomanip/setw/
http://www.cplusplus.com/reference/iomanip/setfill/
http://www.cplusplus.com/reference/iomanip/
Topic archived. No new replies allowed.