C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044   I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decompose PathInfo into std::vector<UnicodeString> and put it in. //// std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_) { std::vector<UnicodeString> vector_path; std::wstringstream…
Read more