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: *

  1. Essendry

    CtimeSpan, more accurate way?

    I need to use CTimespan to depict the difference between two CTime objects, and use this to calculate an age. Is there a more accurate way of giving a persons age other than dividing the CTimespan object age by 365 (not taking into account leap years)to get the total years? - Only using a...
  2. Essendry

    CTime Class

    Is there anyone who has a chunk of code that uses the CTime class? I need to use it to create an instance with a date of birth and another with the days time and date, I am new to classes and can't get my head round them- an asplanation on how they work would be most gratefull.
  3. Essendry

    Passing by reference

    Can anyone help me with a query? I need to use the passing by reference mechanism of c++ to pass back the results of a function. I am new to C++ and am having diffuculty achieving this. Does anyone have a snippit of code and a brief explanation on how it works?
  4. Essendry

    passing by reference

    Can someone give me a bit more info on passing by reference? I need to write a function that uses this mechanism.

Part and Inventory Search

Back
Top