Valhalla Legends Forums Archive | Battle.net Bot Development | read new line

AuthorMessageTime
SubLiminaL_WolF
how would i get this code to read a new line for a proxy
[code]
   FILE *proxylist;
   proxylist = fopen("proxy.txt", "r");

   if(!proxylist){
      printf("proxy.txt not found\n");
      return 0;
   }
   char Proxy[16] = {0};
   if(reconnect == true){
      for(int i = 0;i <= 500; i++){
         if(!feof(proxylist)){
            fgets((char*)&Proxy, 16, proxylist);
         }
         reconnect = false;
      }
[/code]
May 14, 2003, 1:48 AM
MrRaza
Open up your C book.
May 14, 2003, 3:12 AM
St0rm.iD
I know where you live.
May 14, 2003, 7:56 PM
SubLiminaL_WolF
omfg stop with the fuking comments just fucking answer my god damn question with a real answer not an obvious 1!!!
May 14, 2003, 8:16 PM

Search