The first thing I'm having trouble with is making a structure into a function. I know the function call should look like this:
database fn();
Where database is the type of struct and fn is the function name. What I don't know is what return type to make the function. I have read that it should be the same return type as the structure itself but that hasn't worked for me yet.
After this is solved I will move on to the next, less serious thing.


Sign In
Create Account

Back to top









