> On Jun 1, 8:14 am, rober
@ibd.nrc-cnrc.gc.ca (Walter Roberson)
> wrote:
>> In article <1180674587.614749.46
@q19g2000prn.googlegroups.com>,
>> <birensubu@gmail.com> wrote:
>> >hey guys it is easy to do programming in graphics in 16bit TURBO C
>> >compiler,but how to work in graphics in 32bit TCWIN4.5 compiler/MS VC+
>> >+.
>> There are no graphics operations specified by the C language itself.
>> All graphics operations are system-specific extensions (though
>> sometimes you can find -relatively- portable graphics libraries
>> that hide the details to some degree.) Thus, in order to find
>> out how to do graphics on your system, you need to ask in a newsgroup
>> that deals with your operating system or with your compiler.
>> --
>> Okay, buzzwords only. Two syllables, tops. -- Laurie Anderson
> Check out DirectX, OpenGL and SDL. SDL is a wrapper library for
> directx and pretty simple to use. Check it out at www.libsdl.org
<OT>