Does anyone know of a control that integrates a calendar with a persons daily schedule? For example, the user would click on a particular day on a calendar, then another display would show that person's schedule for that day in say 15 minute intervals.
Right now I'm looking at linking a...
I'm not sure that you need "struct" in the parameter list either. It may not make a difference. Try "Config* cfg" in your parameter lists instead.
Good Luck!
Move the structure definition from test.c to mylib.h. Put it above the fnA prototype. Change "struct Config& cfg" to "struct Config* cfg" in the parameter lists. Still use "&" when calling the function though. I beleive the "*" is used to declare a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.