472,119 Members | 1,723 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Socket Programming

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

Feb 2 '07 #1
2 2605
IR
Sandy wrote:
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,
--
IR
Feb 2 '07 #2
Sandy wrote:
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.

--
Scott McPhillips [VC++ MVP]

Feb 2 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by pyguy2 | last post: by
5 posts views Thread by John Sheppard | last post: by
1 post views Thread by John Sheppard | last post: by
2 posts views Thread by djc | last post: by
11 posts views Thread by atlaste | last post: by
8 posts views Thread by =?Utf-8?B?Sm9obg==?= | last post: by
3 posts views Thread by Stuart | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.