I've even tried including it as part of a function rather adding as a alone struct. keep getting these errors:
Error line 3: Expected ;
Error line 4: Expected ;
Code used:-
- Code: Select all
struct person
{
int Age = 0;
};
I'll ask on the Linux Subforum