Jump to content

Erondial

Members
  • Joined

Everything posted by Erondial

  1. ... I got mozilla free with my Linux distro... which means that it's open-source (or close to it)...
  2. Erondial posted a post in a topic in General Discussion
    Which way are you going to vote?
  3. Never mind, I changed it all around, and included the HDC and HTBIMAP variables and functions for each child class itself (which it turns out I needed to do anyway), and it's working fine now.
  4. Ok, when I get home, I'll try doing that.
  5. So I have to retype the prototype plus the function when I inherit? What? I thought inhertiting meant that everything was inherited, including functions.
  6. I'm bashing my head into a wall over this one. I've got one main class, BitmapObject, which I'm trying to get derived classes from. I create a publically inherited class, PaddleObject, everything's just peachy. When I try to display it on a window using the GDI (BitBlt of an DC, Selected with a BITMAP), with a public funciton inside BitmapObject, it refuses to show itself. HOWEVER, when I make a BitmapObject, and use the very same function, the image appears in all it's glory. WHY THE FUCK IS THIS HAPPENING!?
  7. Erondial posted a post in a topic in Computer Discussion
    Also if you include <window.h> in a c++ file, the System("argument"); commnad is basically like typing the argumetn in dos.
  8. Erondial posted a post in a topic in Computer Discussion
    Nah, it's for raster graphics game.
  9. Erondial posted a post in a topic in General Discussion
    Don't worry about this bitch, he's just a retard.
  10. Erondial posted a post in a topic in General Discussion
    It's a joke, you idiot. It's written by atheists who have nothing better to do.
  11. You're in grade 10, aren't you?
  12. Erondial posted a post in a topic in Computer Discussion
    Anyone know the equation to rotate a point around a given point at a given rotation on a plane? EX: Rotate point A (4,2) around point B (5,6) by 32 degrees. If so, please post the equation. NEVER MIND. I just realized I could use trig.
  13. Erondial posted a post in a topic in Computer Discussion
    Ok, I'll check it out.
  14. Erondial posted a post in a topic in General Discussion
    o rly?
  15. Erondial posted a post in a topic in Computer Discussion
    It's rather large, 34 MB, rarred up to the max. What's your preferred means of transfer?
  16. Erondial posted a post in a topic in General Discussion
    The new and improved keybaord. ROFLMAO is clearly accessible. http://img383.imageshack.us/img383/914/keyboard0lb.th.jpg
  17. Erondial posted a post in a topic in Computer Discussion
    I just got a PDF of Beginning OpenGL Game Programming (C++).... anyone want a copy? It seems rather good, deailing stuff before it gives code, and it's taking a modular approach...
  18. Erondial posted a post in a topic in Computer Discussion
    How to make a bat file delete itself? I think it's del %0 Dunno though.
  19. My guess? You need to link the library, or include the header file. I'm not sure how it works for Visual Basic, but I'm sure it has to be something along those lines...
  20. Aww? What's wrong with Dev-Cpp? And doesn't NeHe use the Glut?
  21. Erondial posted a post in a topic in General Discussion
    Why the fuck would you want a console? If you really want to fondle a joystick, buy a controller for your computer.
  22. Yeah, but nehe uses an obsolete library.... which I can't seem to get a hold of...
  23. http://www.gametutorials.com/ Looks to be a very good site both on OpenGL and DirectX. More info later... Never mind.. it seems that only some of the tutorials are free... that's bullshit.
  24. Erondial posted a post in a topic in General Discussion
    Proven false. Anyway, this video makes me rifk. Especially the way he opens his mouth at the end like a retard.
  25. Fuck DirectX. Going with OpenGL. No need for MSVC now.