I'm trying to pull a number of words from this.....
-------------IP Data Begins-------------
HTTP/1.1 200 OKP3P: policyref="
http://g
oogleads.g.doubleclick.net/pagead/gcn_p3p_.xml"
, CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI
PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"
Content-Type: text/html; charset=UTF-8
X-Content-Type-Options: nosniffContent-
Encoding: gipDate: Mon, 29 Aug 201
1 21:19:36 GMTServer: cafeCache
-Control: privateContent-Length: 4863
X-XSS-Protection: 1; mode=block
▼[
w8W7@lC
If you look at my original post this line is where the count is to come from. Once I get the count I want to run logic from it.
printf("%c", data[i]);
c+=1;
I tried the first solution but I couldn't use it because this is in a header file. The second one gave me a problem with thw count word. I'm new to this so please excuse the ignorance.