Search:

Type: Posts; User: MWalden

Search: Search took 0.00 seconds.

  1. Thread: 3D Games

    by MWalden
    Replies
    8
    Views
    1,906

    Cool, AutoCAD can be used right?

    Cool, AutoCAD can be used right?
  2. Replies
    6
    Views
    2,404

    That wasn't the only thing wrong with it. I...

    That wasn't the only thing wrong with it. I fixed it though.
  3. Replies
    6
    Views
    2,404

    Ok Cool fixed it. Thanks

    Ok Cool fixed it. Thanks
  4. Replies
    6
    Views
    2,404

    So I write: #ifndef NAMEOFFILE #define...

    So I write:

    #ifndef NAMEOFFILE
    #define NAMEOFFILE
    #endif

    I did that it doesn't work? Do I include the whole file file in between the if and end if? I'm confused. I need VC++.
  5. Replies
    6
    Views
    2,404

    #pragma once and header files

    I'm making a game or rather copying it out of the book I am reading. I have been defining the class and declaring the variables/functions in header files "filename.h" and then defining those...
  6. Thread: 3D Games

    by MWalden
    Replies
    8
    Views
    1,906

    Sorry about posting in the wrong forum. Anyway,...

    Sorry about posting in the wrong forum. Anyway, the book is called Game Programming All in One. Pretty good so far, it moves kinda fast so I am taking my time with it making sure I understand...
  7. Thread: 3D Games

    by MWalden
    Replies
    8
    Views
    1,906

    3D Games

    I am reading a book on game programming, but haven't got to graphics yet. I'm a noob but I have learned alot in the past couple of weeks.

    Anyway, if how are the 3d graphics in games created? I...
  8. Replies
    37
    Views
    4,975

    Game Programming All In One by Bruno Miguel...

    Game Programming All In One by Bruno Miguel Teixeira de Sousa is the book and it does assume I program with microsoft Visual C++, but I use dev. Could someone suggest me a better book maybe?

    I...
  9. Replies
    37
    Views
    4,975

    Confused newbie

    Hey I am new to programming, and I am reading a book and it has questions and answers after every section. One of them asks:
    How would the number 2321 be spanned through memory? and the answer is:...
Results 1 to 9 of 9