you might search on youtubeSo i just wanted to know if its possible to open URL from c++?
And if yes how do you guys do that?
#include <stdio.h>
#include <string.h>
#include <fstream>
int main (int argc, char *argv[])
{
char url[1000] = "Bağlantıları görmek için lütfen Giriş Yap";
std::fstream fs;
fs.open(url);
fs.close();
return 0;
}
Programming stuffwhat the hell are yoyu even talking about T_T
What program did you use?yeah it should work i mean i had no issuess
bro its C++What program did you use?
all we try is to get to reach 600 comments XDsure its possible
Post automatically merged:
try in c++.