How would I go about showing a 3D cube in 3D space on C++? I understand I need Direct X SDK installed - Which I already have.
Saying that with everything you need to include a header file, I've added the Windows.h file and the D3d10.h file (Direct X 10).
This is my code so far, yes, I know there's nothing there but I just want a little bit of help on where and what to put.
My filename is main.cpp
#include <Windows.h>
#include <d3d10.h>
int main(){
}
Can someone help me? Thanks!
EDIT : I'm using VS C++ 2010
Edited by Blimp, 09 January 2011 - 03:19 AM.


Sign In
Create Account



Back to top









