Hi, first i need to download a good compiler, what can you recommend me? I always used dev-c++ but in windows 8 don't work, it gives this error: "gcc.exe: Internal error: Aborted (program collect2)".
Well, i need to get content from json files to make a sql sentence, insert into.
How there are too much links, i have to use a bucle to generate the links.
int id = fopen("ids.txt"); // load a txt with 64775 numbers and use them as bucle one by one up to 83086
while(id<=83086) // not sure how to count 1 id per line.
{
std::string url = ("http://site.com/dir/%i", id) // need i some library to do this?
// don't know what to do now :(
}
There are some json parsers but i don't know how to use them...
Any help please?
Thanks!