Sender: tr AT bgl2 DOT vsnl DOT net DOT in Message-ID: <39339722.53A3C9C4@yahoo.com> Date: Tue, 30 May 2000 15:55:38 +0530 From: Prashant TR X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: UIC Network Services Kit User , djgpp AT delorie DOT com Subject: Re: newbie question References: <39336387 DOT 44D89DA5 AT machine DOT cc DOT uic DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com UIC Network Services Kit User wrote: > I wanted to expermient with graphics programming in C. Someone told me > that I should try the Windows API. My question is, how do I access it > with djgpp. What files should I #include, and where can I get a list of > functions that the Windows API provides. Thanx in advance. To do graphics programming, you could try the GRX orAllegro libraries. It's much easier than using Win32 API. The pointers to these libraries are in the FAQ.