Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~781 People Reached
Favorite Forums
Favorite Tags
c x 14
Member Avatar for Benkyou

I was finally able to get the html code from web pages. Just to face another problem! Now I have to extract all the hyper links from the html, i was trying to do this with strtok.. no luck at all. Is there any other function that can help me …

Member Avatar for WaltP
0
45
Member Avatar for Benkyou

Hi there, hope you guys are having a good start of 2011. I want to download the html code of any article on wikipedia. I am able to find wikipedia's ip and establish a connection, but how do i reach articles? also i tried using send() and recv(), i was …

Member Avatar for Benkyou
0
110
Member Avatar for Benkyou

Hi there, I was wandering if anyone can give me a brief explanation on how to connect my C application to the Internet. What i would like to do in the end is to access a web page trough the application and have means to read the html code behind …

Member Avatar for sree_ec
0
341
Member Avatar for Benkyou

And yet again here I am asking for help. Thing is, two times I've came to this forum too find guides as answers and since I've always been pointed in the right direction, I humbly ask for guidance one more time. I've been trying to study graph's and been using …

0
59
Member Avatar for Benkyou

So here's the thing, im reading a binary file wich is an image. I think im reading this correctly, so i have the whole binary info i red stored in a buffer and i wanna display this in my screen like '0100010010011' is there a way for me to do …

Member Avatar for Benkyou
0
117
Member Avatar for Benkyou

Hi there, this is my first post here so please tell, if im doing something wrong. Ok so heres the the struct [CODE] typedef struct _CMD { char nome[100]; char arg[100]; struct _CMD *prox; }*CMD; typedef struct _sCMD { int cont; CMD inicio; CMD fim; }*sCMD;[/CODE] The function i use …

Member Avatar for Benkyou
0
109