keep getting these errors:
Error line 3: Expected ;
Error line 4: Expected ;
Code used:-
- Code: Select all
struct person
{
int Age = 0;
};
I've tried all sorts of struct delcarations but it could just as easily be an issue with the linux version of GE. Any ideas?