Forum: C++ Aug 22nd, 2004 |
| Replies: 7 Views: 5,843 What's the coolest program you've ever written in regular C++, not Visual C++? |
Forum: C++ Aug 19th, 2004 |
| Replies: 14 Views: 3,515 Try declaring product on a new line. For your second question, nothing goes in the () after main. You only use them when working in functions and passing variables. |