User forums > Help
DirectX11
Scarrior:
It is for computer game programming and various other types of GUI, i originally thought that you could make your own GUI with the standard array of C++ syntax but i only recently discovered what it ment by a library system so i am assuming the only way i can program interfaces with graphics such as buttons, images, 3D graphics is through DirectX or OPENGL ?
So if i am using DirectX11 i can just open a console program project and then put at the tp #include <Direct3D> and that will include the library ?
Cheers.
oBFusCATed:
--- Quote from: Scarrior on May 21, 2013, 05:50:13 pm ---So if i am using DirectX11 i can just open a console program project and then put at the tp #include <Direct3D> and that will include the library ?
--- End quote ---
Yes, but then you'll need to link to the DX libraries, otherwise you'll get linker errors.
Navigation
[0] Message Index
[*] Previous page
Go to full version