data communication
-
i have to do the programming for communication of the data between two computers,does it invlove the socket programming ?????the computers are not on internet ,and can u plz tell me , what is meant by desktop application?????
-
i have to do the programming for communication of the data between two computers,does it invlove the socket programming ?????the computers are not on internet ,and can u plz tell me , what is meant by desktop application?????
Please, please, please, STOP asking questions over and over. Answer the people who respond to you, on the same thread. If the computers are not on the internet, then they need to be on a private network. There are trivial ways to solve this problem ( you can pass files onto the other machine, and have it watching a directory, for example ).
wrote:
what is meant by desktop application?????
A program that runs on a local PC, as opposed to one that runs in a web browser. It sounds to me like you've been given homework and you're completely lost. There are many ways to do what you want, in the first instance you should refer to your class notes and your teacher, to find out what approach they want you to take.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Please, please, please, STOP asking questions over and over. Answer the people who respond to you, on the same thread. If the computers are not on the internet, then they need to be on a private network. There are trivial ways to solve this problem ( you can pass files onto the other machine, and have it watching a directory, for example ).
wrote:
what is meant by desktop application?????
A program that runs on a local PC, as opposed to one that runs in a web browser. It sounds to me like you've been given homework and you're completely lost. There are many ways to do what you want, in the first instance you should refer to your class notes and your teacher, to find out what approach they want you to take.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian Graus wrote:
Please, please, please, STOP asking questions over and over. Answer the people who respond to you, on the same thread
And maybe choose a user name that doesn't show up as blank.
-
Christian Graus wrote:
Please, please, please, STOP asking questions over and over. Answer the people who respond to you, on the same thread
And maybe choose a user name that doesn't show up as blank.
It's not blank. It's a bug in CP.
Dave Kreskowiak Microsoft MVP - Visual Basic