"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> Windows 2000
> CYGWIN_NT-5.0 1.5.10-3 (0.116/4/2)
> gcc (GCC) 3.3.1 (cygming special)
>
>
>
>
> -- foo.c --
>
> #include
>
> struct foo
> {
> char* bar_;
> };
>
> int
At 12:06 PM 6/22/2004, you wrote:
>
>Windows 2000
>CYGWIN_NT-5.0 1.5.10-3 (0.116/4/2)
>gcc (GCC) 3.3.1 (cygming special)
>
>
>
>
>-- foo.c --
>
>#include
>
>struct foo
>{
> char* bar_;
>};
>
>int main()
>{
>char* ch = "ABC";
>struct foo* f;
>
> f->
2 matches
Mail list logo