Hmmm... I'm trying to call a class and it doesn't work and i get this error
/home/XXXX/Desktop/language/main.cpp|13|error: expected constructor, destructor, or type conversion before ‘.’ token|
The syntax is:
print.base="print";
this simple method call returns an error.
Am i really doing something wrong, seeing as i've already looked in my book and they said i had it right.
What's wrong- i have no idea!!