Socket Programming

S

Sandy

Hi All,
I'm a newbe to socket programming, I need to work on a project that
has to be developed in C++ or Visual C++ ( I have 8.0 version) console
application. which will be execute from a Java GUI application using
dos command and pass a userid, password and a port number( to connect
back to Java GUI using TCPprovided ) using the user and password
information I need to connect to a vendor using there API and get the
information from the vendor and pa it back to the Java GUI appl using
the port number provided.

Some of my questions

How do I connect back to Java GUI using the provided port number and
how do I send the information to this port. I believe I need to use
some socket programming. but not sure of the best approach.

I would greatly apreciate if some one can provide me some good
suggestions.

Regards,
Sandy
 
I

IR

Sandy said:
Hi All,
I'm a newbe to socket programming, I need to work on a project
that has to be developed in C++ or Visual C++ ( I have 8.0
version) console application. which will be execute from a Java
GUI application using dos command and pass a userid, password and
a port number( to connect back to Java GUI using TCPprovided )
using the user and password information I need to connect to a
vendor using there API and get the information from the vendor and
pa it back to the Java GUI appl using the port number provided.

Some of my questions

How do I connect back to Java GUI using the provided port number
and how do I send the information to this port. I believe I need
to use some socket programming. but not sure of the best approach.

I would greatly apreciate if some one can provide me some good
suggestions.

This group is not qualified to deal with this kind of questions.
It's all about *standard* C++. Sockets, Visual C++, Java or GUI are
not part of the ISO IEC 14882 standard.

I'd suggest you to ask your questions to a more qualified group,
which deals with your platform (with "microsoft" and/or "visual"
and/or "windows" in the group name).


Cheers,
 
S

Scott McPhillips [MVP]

Sandy said:
Hi All,
I'm a newbe to socket programming, I need to work on a project that
has to be developed in C++ or Visual C++ ( I have 8.0 version) console
application. which will be execute from a Java GUI application using
dos command and pass a userid, password and a port number( to connect
back to Java GUI using TCPprovided ) using the user and password
information I need to connect to a vendor using there API and get the
information from the vendor and pa it back to the Java GUI appl using
the port number provided.

Some of my questions

How do I connect back to Java GUI using the provided port number and
how do I send the information to this port. I believe I need to use
some socket programming. but not sure of the best approach.

I would greatly apreciate if some one can provide me some good
suggestions.

Regards,
Sandy

Your question is not relevant in this newsgroup, but do a search for the
winsock programmers FAQ.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top