Forum: C++ Oct 17th, 2006 |
| Replies: 7 Views: 1,609 you cant use the same same name if you wonna do so
change the parameters name inside the function...
void getData(int& diam, int& pr)
{
cout << "Enter in the diameter of the pizza... |
Forum: C++ Oct 17th, 2006 |
| Replies: 7 Views: 1,609 |
Forum: C++ Oct 15th, 2006 |
| Replies: 9 Views: 1,760 Hello, I couldnt get wt u r trying to do !
but i can tell that ya have problem with structers (http://www.cplusplus.com/doc/tutorial/structures.html) and functions... |
Forum: C++ Oct 7th, 2006 |
| Replies: 4 Views: 2,358 wel there is no syntax errors in the program ! but about logical that depends on your output !
just tell us what are you tryin to do ! or what do u expect for an output !
and by the way try to... |