Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi,
ich wollt mal fragen, obe es unter C/C++ eine Möglichkeit gibt beim Programmstart das Aktuelle Datum auszugebn?
Wenn ja wie?
Hi
time_t zeit = time(NULL); tm *p_zeit = localtime(&zeit); cout <<asctime(p_zeit);
und <ctime> nicht vergessen
http://www.boost.org/doc/html/date_time.html