Direct 3D Simple pipeline problem?Its really hard to say without seeing what is happening in your other code. the direct3d looks pret...
Game using X-Y QuadrantsPlay with this little bit of code. If you add it as a function then loop your movement with a timer...
Direct 3D Simple pipeline problem?Umm never used direct 3d but i'm guessing here. After setting your Vertex's & Color with Direct3D::...
Best books for BeginnersActually the tutorials right here on this site would be a great place for you to start. They are rea...
if (array[n] == stringVariable) doesn't work!as vlad pointed out set a default to x=0; Remove the = to 5 in the loop since you only have 5 elem...