gSoap generated client-side structure initialization and use

后端 未结 2 1809
自闭症患者
自闭症患者 2021-01-07 09:20

gSoap generated client-side structure initialization and use (using ANSI C bindings)

First of all, I searched and although there are a number of struct initializatio

2条回答
  •  时光取名叫无心
    2021-01-07 10:14

    Are you aware that gSOAP allocates memory for your data structures for you so that you don't have to do this? You only have to allocate memory for any data in a Request structure, but never the a reply structure.

提交回复
热议问题