, .
, .
. date.cpp :
#include <string>
std::string build_time() {
return __DATE__ " " __TIME__;
}
cout << "Built on " << build_time() << endl;
, ( ). date.cpp, . ,
a > C/++ Build > > >
comand Linux:
rm -f <path to the Debug / Release directory>/date.o
<path to the Debug / Release directory>
.
Windows del /q
, , , rm -f
, , .
date.o, , .
, , , , .