Forum: C++ Jul 2nd, 2009 |
| Replies: 5 Views: 183 I'll formulate this below code based on the presumption that you're printing this and not storing it in a 2D array.
void displayBox ( int width, int height, char FillChar )
{
for(int y = 0;... |
Forum: C++ Jul 2nd, 2009 |
| Replies: 5 Views: 183 This still makes no sense. You can't "call" the other functions to get the variables they had. And besides, you already passed them on to that last function anyways. And what exactly do you mean by... |
Forum: C++ Jul 2nd, 2009 |
| Replies: 5 Views: 183 By the way, please use tags around your code instead of typing "Code" and "end of code".
Anyways, I don't see what your problem is exactly. Don't you just need to actually code in whatever you... |