Thread: What DirectX tutorial/book should I read?

  1. #1
    Registered User eam's Avatar
    Join Date
    Oct 2003
    Posts
    53

    What DirectX tutorial/book should I read?

    I want to learn how to make 2D graphics with DirectX. I don't know anything about DirectX, and I still consider myself a C++ beginner. What tutorial/book should I read?

  2. #2
    Registered User
    Join Date
    Sep 2003
    Posts
    25
    Become and intermediate c++ progrmmer

    And then instead of buying an expensive book just start experimenting with the examples that comes with the dx sdk and read the dx sdk help to find yout what all functions and constants does

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    73
    Assuredly, the better you know C++, the easier Direct x will be for you to learn. ^_^

  4. #4
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    >And then instead of buying an expensive book just start experimenting with the examples that comes with the dx sdk and read the dx sdk help to find yout what all functions and constants does

    SDK documentation usually is not for beginners. It is normally for people who at least know the API somewhat and want to learn more about how to use a certain function or more about what a certain function does.

    I would suggest a book before the SDK documentation. There are several DX books out there.

    I suggest going to the book store and reading the first few chapters of each DX book you are considering to see which one you prefer best. Then buy that one.

    Also, like the others have said, become an intermediate C++ programmer ^_^
    My Website

    "Circular logic is good because it is."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. "sorting news" assignment
    By prljavibluzer in forum C Programming
    Replies: 7
    Last Post: 02-06-2008, 06:45 AM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. I am lost on how to read from file and output to file?
    By vicvic2477 in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2005, 11:52 AM
  4. Read Array pro!!Plz help!!
    By Supra in forum C Programming
    Replies: 2
    Last Post: 03-04-2002, 03:49 PM
  5. Help! Can't read decimal number
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 09-07-2001, 02:09 AM