Graphics in Visual C++ -
what header file should include use graphics in visual c++? use visual studio 2010. thank in advance!
"graphics" broad subject. native win32 applications not require libraries low level (ie write lot of code yourself). found this website useful. can find others searching "win32 tutorial". need include "windows.h" , possibly "windowsx.h" this.
two main competing apis (application programming interfaces) directx , opengl. can search them used graphics , should resources , tutorials. these 2 may need libraries can internet (just search it). directx headers, vary on version of directx use , opengl require "gl/gl.h" , possibly others depending on want do.
Comments
Post a Comment