Internet
The Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP).
Language
Platform
Any
License
Any
Hey, so recently in my school our teacher wanted us to spend the next 2-3 weeks making up a program of our own choice. (We learned Java in class but I wanted to try something different and learn C++...
Hallo,
I have to modify a C client/server program that opens a TCP socket from the client to the server. Recently my company installed a firewall between the various (physical) sites we run and now...
Hello everyone, my question is Where to find (for download) header file for c++ builder 2010?
I search a lot of on internet but didn't find corresponding winuser.h file for c++ builder 2010, my...
I have an MFC C++ project that communicates to a server through socket. To make things easy let's say, on the dialogue there is a listBox, and I want to connect to the server and constantly update...
@ liyanga
please send the code to this email id:
deepak.msrit@gmail.com
thanks in advance..
Use the same compiler on a server which you use on your system. Or simply move the ready EXE file from your system to the server, so there is no need to compile it.
but a hash makes sense only if you want to compare several times. if you only need to compare to the last packet, you should use memcmp(). or make the server stop sending multiple packets of the same...
Edit: sry for the double post, internet connection :(
Having some trouble getting the TFTP server to actually transfer files.
Everything works as it is supposed to, only the client receives an empty file even though the filesize is 4k.
This is the...
Hi guys,
I am looking for the sample code of SD device too. Can you please send me the code, my email is honford_c@hotmail.com
thanks.
Hi guys,
I am looking for the sample code of SD device too. Can you please send me the code, my email is honford_c@hotmail.com
thanks.
Can you email the code to me?
I want to build a device with motor control that receive commands from the internet
With program sockets in C
a.I don't know how to build the electronic circuit for this I assume that this...
Firstly, write a teest script which simply echoes its arguments to the html output file. Make usre it works outside of the server.
Ypur problem is then almost certainly in the setup. Probably your...
When VC++ "LineTo" statement is called very often (say every 100 ms), it is using more resource and it is not getting released. If my application is running for longer period (say 2 hours), high...
hey im a student and im trying to program using sockets to produce a server client system.
We have been given basic programs already and have been asked to manipulate them.
I am completely lost,...