Time of compiling

Raúl Huertas raulh39@ya.com
Sun Nov 12 10:52:00 GMT 2006


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;
}




More information about the Gcc-help mailing list