Search:

Type: Posts; User: Captain Penguin

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds; generated 30 minute(s) ago.

  1. Replies
    1
    Views
    1,448

    problems with matrix mult. method

    Hey all, I'm working on a simple 3d engine (probably just a starfield simulation) but am running accross problems in my operator* code (this is for 4x4 matrices):



    M4x4 M4x4::operator*(const...
  2. Replies
    10
    Views
    2,901

    Wasn't thinking of that at the time, but yes,...

    Wasn't thinking of that at the time, but yes, you're right. All our brains are are extremely complicated circuits....
  3. Replies
    10
    Views
    2,901

    I disagree - normal programming is just a set of...

    I disagree - normal programming is just a set of instructions that the system follows. Adding complex AI's gives the program flexibility to determine action based on what's going on in the program. ...
  4. Hmm maybe I'm just retarded (in fact I'd bet on...

    Hmm maybe I'm just retarded (in fact I'd bet on it!), but the main thing preventing me from writing this code is this:

    Mid(s1, 3, 0) = "123";

    Apparently my C++ knowledge is too limited, because...
  5. Replies
    5
    Views
    1,343

    Hmm Yes I see what you mean. Well if you right...

    Hmm Yes I see what you mean. Well if you right click on the link and select "Save link as..." or "Save target as..." and save it somewheres, then change the extension from .rar.html (if you use...
  6. Replies
    5
    Views
    1,343

    First game I FINISHED! (with gfx!)

    OoOOoOoH it's only PONG but at least it's complete (complete enough - it's just pong) and not entirely trash. :D It IS very very simple really, but I think getting down the basic structure is what...
  7. count me in... (doesn't mean I'll ever get around...

    count me in... (doesn't mean I'll ever get around to it :) )
  8. Replies
    15
    Views
    2,579

    you should be able to go to www.crucial.com and...

    you should be able to go to www.crucial.com and put in the model and find appropriate ram... plus they have free 2 day shipping!
  9. Replies
    10
    Views
    2,549

    http://www.utdallas.edu/student/international/ ...

    http://www.utdallas.edu/student/international/

    should have all the info you need about applying...

    (click the "New Student" drop-down button and then "Information" and then "F & J out of US",...
  10. I don't know anything about them but maybe it's...

    I don't know anything about them but maybe it's because they are platform specific? (which they may not be, I'm just conjecturing)
  11. Replies
    2
    Views
    1,144

    getting started with parsing...

    Hey all, I'd like to be able to write a program in which a user can input text such as "open north" and it will open the door to the north... you know, like Zork or a MUD.

    But of course I need to...
  12. it appears to be, thanks!

    it appears to be, thanks!
  13. But if the constructor of Object takes a value?

    But if the constructor of Object takes a value?
  14. doh!

    doh!
  15. Replies
    19
    Views
    5,240

    Not at all, OpenGL is used in a lot more things...

    Not at all, OpenGL is used in a lot more things than games... in fact it was created for uses other than gaming I believe.
  16. Replies
    45
    Views
    9,275

    Uhh well I'm really lazy and spend very little...

    Uhh well I'm really lazy and spend very little time programming... (I smoke way too much pot), but when I do it's usually water, or some random can of soda. Sobe is AWESOME too, but it's not...
  17. Replies
    13
    Views
    3,627

    VERY cool, thanks for sharing the source! It will...

    VERY cool, thanks for sharing the source! It will be immensely useful to me for learning practical SDL.
  18. You can use a linked list or vector or some other...

    You can use a linked list or vector or some other container without a fixed size. Then if the user wants to create a new object you can add it to the container, although you won't be able to name...
  19. My close friend is quite attractive but she only...

    My close friend is quite attractive but she only does HTML and CSS... not quite programming.
  20. Replies
    21
    Views
    4,027

    i suppose they're not a big deal but a lot of...

    i suppose they're not a big deal but a lot of people don't like them.

    They are easy to get around though - just pass the variable to any function that would use it as a reference.
  21. Replies
    2
    Views
    2,145

    Go to File->Page Setup or File->Print...->Page...

    Go to File->Page Setup or File->Print...->Page Setup

    there should be a layout tab or something
  22. Replies
    4
    Views
    2,599

    I used "Introduction to Linear Algebra" by...

    I used "Introduction to Linear Algebra" by Gilbert Strang (an MIT Professor, something that should definitely be reassuring) and I thought it was pretty good. It even has a chapter on linear algebra...
  23. Replies
    8
    Views
    1,193

    in C++ structs and classes are EXACTLY the same...

    in C++ structs and classes are EXACTLY the same thing, EXACTLY, but structs default to public access and in classes you can define public and private. other than that they are the same damn thing.
  24. Replies
    72
    Views
    13,167

    Re: Re: Here is the List...

    I'm not going to bother listing my favorite movies, but I just wanted to say that I think Blue Streak was cool as **** too... maybe not my favorite movie, but I liked it (I havn't seen it in 2 years...
  25. Replies
    16
    Views
    4,414

    Yea, a USB 2.0 or Firewire external enclosure...

    Yea, a USB 2.0 or Firewire external enclosure (not very expensive) would make that an even better idea.
Results 1 to 25 of 244
Page 1 of 10 1 2 3 4