From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17242 invoked by alias); 12 Nov 2006 10:52:49 -0000 Received: (qmail 17233 invoked by uid 22791); 12 Nov 2006 10:52:49 -0000 X-Spam-Check-By: sourceware.org Received: from smtp04.ya.com (HELO smtpauth.ya.com) (62.151.11.162) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 12 Nov 2006 10:52:42 +0000 Received: from [88.9.51.60] (helo=[192.168.1.2]) by smtpauth.ya.com with asmtp id 1GjCx4-0000uY-00; Sun, 12 Nov 2006 11:52:38 +0100 Message-ID: <4556FCF6.2050005@ya.com> Date: Sun, 12 Nov 2006 10:52:00 -0000 From: =?UTF-8?B?UmHDumwgSHVlcnRhcw==?= User-Agent: Thunderbird 1.5.0.7 (X11/20060921) MIME-Version: 1.0 To: shart CC: gcc-help@gcc.gnu.org Subject: Re: Time of compiling References: <7296286.post@talk.nabble.com> <7301019.post@talk.nabble.com> In-Reply-To: <7301019.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg00180.txt.bz2 shart escribió: > Thanks for you answer. > Can you show me an example with this syntaxt. thanks > > In C++: #include int main() { std::cout << __TIME__ << '-' << __DATE__ << std::endl; }