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