The compiler that I am currently using is Borland C++ v. 5.02. I am using Windows XP as OS. Thanks
________________________________ From: Brett McCoy <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, October 13, 2008 6:11:39 AM Subject: Re: [c-prog] Re: Graphics_commands On Mon, Oct 13, 2008 at 3:20 AM, Leilani Villanueva <lei_vil2000@ yahoo.com> wrote: > Will you please give me some reference on how can I get the list of > C++ graphics commands, libraries. I am a beginner on C++ and want to > explore how to change the color and the position of my data on the > screen, something like this. Thanks. There are no standard graphics libraries in C++, you will need a 3rd party library to do graphics manipulation. What operating system are you using and what compiler? -- Brett ------------ --------- --------- --------- --------- --------- - "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi [Non-text portions of this message have been removed]
