On Wed, Jun 9, 2010 at 11:51 AM, Piotr Wyderski
wrote:
> I have a problem with recent builds of GCC4.6 (trunk)
> on Cygwin 1.7. The compiler itself builds correctly, but
> when I run it on even the simplest input, e.g.
>
> gcc in.c -o a.exe
>
> with in.c = int main() {}, no executable file is cr
On Thu, Jun 10, 2010 at 2:10 PM, yuanbin wrote:
> initialization of global variable?
No, just define a macro.
>
>
> 2010/6/10 Andreas Schwab :
>> yuanbin writes:
>>
>>> but i want default format:
>>> CThis t={0, 1, 1}; //simple
>>
>> Define a suitable constructor.
>
Wojciech