On Thu, 26 Sep 2019 11:40:17 -0400, Joseph Reichman wrote:
>
>Seems like a lot the casting I was able to do with the Visual Studio C\C++
>compiler I am not able to do with XL C\C++ compiler>
>
>A  specific case  struct * pointer the I would like to assign a char[1200]
>via Struct pointer *
>
>Buffer char[1200]
> 
Doesn't the type go before the identifier being declared?

>pointer =  (pointer)&buffer; generates an error
>
Shouldn't the cast contain a type rather than a variable?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to