Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android と ios の両方で C++ で実行できるアプリケーションを作成したいと考えています。サーバーと頻繁に通信する必要があります。サーバーに投稿を送信する方法は? Java の HttpPost のようなクラスはありますか? 私はC++に非常に慣れていません。
libcURLを使用して、HTTP(s) サーバーと通信できます。
編集
また、json の処理にはJsonCppをお勧めします。単純なタスクには簡単で便利であることがわかりました。