israel said:
I appreciate your help, but all the sources you sent me are for C# and I'm looking for MC++. I already spent a couple of hours at amazon and chapters but I found nothing about Managed DirectX and MC++.
Does anybody know where to download the teapot sample in Managed DirectX and MC++ just to get me started?
Whoops, I didn't see the word
Managed at the title of your post.
The books that I listed are for UnManaged C++.
Just a hint,
I don't think there are a many (if any lol) Managed C++ DirectX books/tutorials. The closest you can get is C# and VB.NET.
I usually program in VB.NET, but there aren't a lot of Direct3D books for VB.NET and C#, so I look for the unmanaged Direct3D books (there are a
lot), and learn from that.. translating my code into VB.NET code.
:-\ Just find a method that works for you I guess. Again, I know that VB.NET and C++ (managed) syntax is different, but if you find translating the code works for you, go for it!
My point is, there isn't a lot of Managed DirectX for C++ documentation out there, so you gotta find an alternate method :-\.
-The Pentium Guy