1827059 Members
4164 Online
109713 Solutions
New Discussion

language

 
tarek_3
Frequent Advisor

language

hi
i need some help, i am trying to write an application client server in c language, between wint2000 and unix , i know how to write unix part but i don't know how to write the winnt part, can any one help me, is there any document concerning this issue.
5 REPLIES 5
Ralf Puchner
Honored Contributor

Re: language

there are samples within the visual C directories or download the plattform SDK from Microsoft.

What is the logic behind your program? Socket programming or rpc calls?
Help() { FirstReadManual(urgently); Go_to_it;; }
Jerome Henry
Honored Contributor

Re: language

Could you precise what you need to know : how to write C program under 2K, or... what exactly ?
J
You can lean only on what resists you...
tarek_3
Frequent Advisor

Re: language

Hi
i have some knowledge in C language programming, but i don't have any idea about network programming using soket or TLI, so i need some example about this issue.

thanks for your help.
Ralf Puchner
Honored Contributor

Re: language

Tarek,

on MS plattform you must use the Visual Studio development kit and the plattform SDK which is available on the MS-Site. This kit contains all samples including socket programming and different sample applications. Have a look on it, it is the first source for any lack of knowledge.
Help() { FirstReadManual(urgently); Go_to_it;; }
Jerome Henry
Honored Contributor

Re: language

oops
http://msdn.microsoft.com/vstudio/downloads/
J
You can lean only on what resists you...