Tagged Questions
0
votes
0answers
94 views
z/OS socket creation - compilation issues
I am trying to create a client application relying on raw sockets. I refereed http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/EDCLB1A0/3.940.2?SHELF=&DT=20090607203246&CASE= for ...
0
votes
3answers
409 views
Initialization between types “const int** const” and “int**” is not allowed, why?
Using V1.8 z/OS XL C compiler, with warnings jacked-up using INFO(ALL), I get the following warning on line 4 of the code below:
WARNING CCN3196 Initialization between types "const int** const" and ...