Mar 19, 2011 at 11:52pm UTC
Dear C++ Progreammer,
for a while I think about making a square with a diamond in the middle, if one of you have an idea about it, please look my design :
****++**** 8 * and 2 +
***++++*** 6 * and 4 +
**++++++** 4 * and 6 +
*++++++++* 2 * and 8 +
**++++++** 4 * and 6 +
***++++*** 6 * and 4 +
****++**** 8 * and 2 +
if you have any idea about it, please help me to solve this proble.
Regard and I'm waiting your source code :D
Mar 20, 2011 at 12:33am UTC
cout << "****++****" <<endl;
cout << "***++++***"<<endl;
and so on
Mar 20, 2011 at 12:48am UTC
I could give you the source code, but what would that help you? I'll give you mine when you show me your working solution. Hint: Break up the problem in its parts, and solve all of them individually.
Mar 20, 2011 at 4:52am UTC
r0shi, why so cruel today?
Mar 21, 2011 at 10:23am UTC
Waow, thanks for your answer....
Thank's for m4ster r0shi too.
Hmm, what about make those shape consider to user input???