i am new to graphical programming in c.i wanna know whether it is possible to use directx technology in c using the turbo c compiler.if so is there any good books on the subject.
Printable View
i am new to graphical programming in c.i wanna know whether it is possible to use directx technology in c using the turbo c compiler.if so is there any good books on the subject.
I'm not sure if you can do it with straight C since DirectX is COM based.... but you probably can.
Possibly the best resource for DirectX programming is the DirectX SDK (available from msdn.microsoft.com).