I have a method s that has as parameter a date time.
How to write it in c++ ?
In c# it is:
string s(System.DateTime sd);
EDIT!
HOW TO CALL THE S METHOD?! also i would like to have in a string the hour, in another string the second..and so on
Another question is: how to convert the time in a string value that has: day, month, hours, min and seconds ?
Just an example. google for
time.hBelow is pseudo code: