Forum: C++ Sep 10th, 2004 |
| Replies: 8 Views: 3,086 Hi,
The problem is that we need to clear the input buffer before using gets() because gets() read anything in the input buffer until it encounters a new line or return character. Although it works... |
Forum: C++ Aug 24th, 2004 |
| Replies: 19 Views: 8,665 It cannot compare between C++ and Calculus because they are different subject. Learning C++ takes years to understand and to master the subject. One might think that learning C++ is boring. In my... |
Forum: C++ May 11th, 2004 |
| Replies: 16 Views: 175,290 Hi all,
Could anyone help me about returning the array from a function? I believe that it is a syntax error (compile time error) to return an array from a function, but one book mentions briefly... |