Hey everyone,
I have just signed in to this forum, and it looks real good. I'm now on my first steps on C++, after programming for one year in Java. I have wrote this very basic code:
#include "calculator.h"
class Rational;
{
Rational::Rational(const Rational rat)
{
temp* Rational = new Rational;
};
};
and got the syntax error before '{' on line 3. What's the problem?
On other issue, why I can't paste texts into my Mozilla browser on Fedora/Red Hat Linux? This is quite annoying...
Thanks, Amit