Answer the question
In order to leave comments, you need to log in
How to make a get request in c++?
void addinfo(const char* server, const char* nick, const std::string date)
{
char iUrlChar[4096]; wchar_t* iUrl = new wchar_t[4096]; IStream* pStream = NULL;
sprintf_s(iUrlChar, "link");
MultiByteToWideChar(CP_ACP, 0, iUrlChar, -1, iUrl, 4096);
URLOpenBlockingStreamW(0, iUrl, &pStream, 0, 0);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question