This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Time of compiling


shart escribiÃ:
Thanks for you answer.
Can you show me an example with this syntaxt. thanks

In C++:

#include <iostream>
int main()
{
   std::cout << __TIME__ << '-' << __DATE__ << std::endl;
}



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]