No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi.. Can someone please tell me how to send a HTTP request through a C/C++ program?? Thanks. | |
Hello... How can I check whether My computer is connected to the INternet or not using a C++ program.. I am using VC++ compiler......and OS is WinXP.. bye. | |
Hello..... I've written this simple C program to return the IP of a hostname ... this program compiles perfectly as well the Output is built...however, on executing the output, the Output crashes..... Can someone tell me what's the problem? Regards. [code]#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #include <winsock.h> … | |
Hello... Can someone please tell me how to send a DNS query through a C/C++ program ?? Regards. | |
Hello.. I wanted to know if the web address is something like [url]www.abcxyz.com/mypage.htm[/url] then on requesting this page what does DNS do ?? i mean does it return ip of abcxyz.com only or does it look for the specific mypage.htm ?? actually....i wish to send some data to a website … | |
Hello.. I wish to write a client program in C++ which will keep on sending a packet of info to a server on internet at regular intervals. As I am a newbie, i am not getting any idea how to do it.....Further, I would like to mention that the program … |
The End.