Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: holt1
  • Order by date
  1. holt1

    Control linking calendar with daily planner?

    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...
  2. holt1

    Aaaagh!! passing addr of struct

    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!
  3. holt1

    Aaaagh!! passing addr of struct

    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...

Part and Inventory Search

Back
Top