Best way to call REST Service from C++
-
I have REST implemented in C#, I will need to call REST from existing C++ Legacy code. What is the best way to do this. Please point me to some working example. URL Thank you
-
I have REST implemented in C#, I will need to call REST from existing C++ Legacy code. What is the best way to do this. Please point me to some working example. URL Thank you
-
Call your C# from C++.
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
Here you go. I respond based on the level of enthusiasm displayed. [c++ cli - Calling C# code from C++ - Stack Overflow](https://stackoverflow.com/questions/778590/calling-c-sharp-code-from-c) (I expected most to lose interest in the "call C#" part). Then there's the "indirect" methods, like message queues, etc.
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
Here you go. I respond based on the level of enthusiasm displayed. [c++ cli - Calling C# code from C++ - Stack Overflow](https://stackoverflow.com/questions/778590/calling-c-sharp-code-from-c) (I expected most to lose interest in the "call C#" part). Then there's the "indirect" methods, like message queues, etc.
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
Thanks Gerry, but it's the OP who needs the information, not me. I merely wondered whether you had tried to post a link and something had gone wrong.
Yeah, but you're the one that responded. Frankly, I thought calling your own code would be obvious as is "Google".
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
Yeah, but you're the one that responded. Frankly, I thought calling your own code would be obvious as is "Google".
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
I had a nap after supper. Now I need to get sleepy again.
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects