DirectX 3D C++ Tutorials?
I personally don't know of any video resources however I do know a few very good text resources.
Books:
3D Game Programming With DirectX 11 by Frank D. Luna. This one is a touch old since its using the 11.0 SDK and the XNA math library however these are very easy to work around especially if you know Vector Math and Linear Algebra. The book does teach these to an extent as well. Overall its a very good book (if not one of the best.)
Practical Rendering and Computation with Direct3D 11 by Jason Zink, Matt Pettineo, and Jack Hoxley. This book is fantastic as well. It covers more or less the same concepts as Frank D. Luna's book but it teaches a few more advanced concepts. The book uses an actively maintained "Game Engine" that the book uses for it's source code. This is both a curse and a blessing. It means that the code examples in the book may be out of date compared to the engine but are easy enough to work around if you're a competent programmer.
EDIT: Forgot to mention that Jason Zink is frequently on http://www.gamedev.net and can answer many questions regarding DirectX. (As well as the many industry professionals and hobbyists that are on there.)
For a web resource there is http://www.rastertek.com his resources are sufficient for learning Direct3D as well as terrain programming but don't look here for advice on building a game engine since he uses a lot of singletons (which are pure evil by every definition.)
Then there are the MSDN docs which are a great way for learning the API it self.
For all of these resources you will need a solid understanding in advanced C++ and competency in Vector Math/Linear Algebra.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now