|
-
March 31st, 1999, 10:03 PM
#1
Writing a server program using VC++
Hello everyone,
I am planning to write a server program using VC++.
Which project type should I use? I want to use MFC
but since it is a server program, it does not need to have any gui.
Also, it must be able to spin off multiple threads.
The server is going to use CSocket to communicate with its
clients. Is there a better way?
Or is there a skeleton main program of a server programs which
accepts a connection and does something?
In short, I have experience writing VC++ GUI program but have not done
any server program development. I just want to get started in the right
direction.
Please advise. Thanks a lot!
regards,
roger
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|