Search:

Type: Posts; User: Nutshell

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    2,618

    thx!

    thx!
  2. Replies
    4
    Views
    2,618

    Rightmost digits in integer

    Hi,

    For an integer say 123456, how do i extract the rightmost 3 digits (456) from that integer?

    thx
  3. Replies
    2
    Views
    6,378

    How to use .sub subtitle file?

    Hi,

    How do i use the .sub subtitle file in media players to display subtitles for a movie? Windows media player for example?

    thx
  4. Replies
    50
    Views
    10,939

    Doesn't anyone play Flight Sim 2004?

    Doesn't anyone play Flight Sim 2004?
  5. Replies
    15
    Views
    6,629

    NEVER ARGUE WITH A CHILD...

    NEVER ARGUE WITH A CHILD
    --------------------------------------

    A little girl was talking to her teacher about whales.

    The teacher said it was physically impossible for a whale to swallow a_...
  6. Replies
    12
    Views
    2,710

    A point is either inside or outside. I can do the...

    A point is either inside or outside. I can do the radius distance check first.

    The problem im having now is how to allow the point to pass through the outline of the pacman thing to enter the...
  7. Replies
    12
    Views
    2,710

    Hey, I found out the answer :D . For future...

    Hey,

    I found out the answer :D . For future readers, my mouth (the pacman's) is a triangle, so we need to know if a point is inside a triangle. To do this follow these steps:


    1) Get the...
  8. Replies
    12
    Views
    2,710

    THnx, but no. I want the ball only to be eaten if...

    THnx, but no. I want the ball only to be eaten if it is inside the pacman's mouth, not just inside pacman's outline. I didn't say im making pacman, im just using pacman as an example, since my sprite...
  9. Replies
    12
    Views
    2,710

    Wat do you mean ?:rolleyes:

    Wat do you mean ?:rolleyes:
  10. Replies
    12
    Views
    2,710

    The pacman-like thing should be able to move and...

    The pacman-like thing should be able to move and turn 360 degrees, so it's a bit confusing for me as in how to compare the coordinates etc. Any ideas?
  11. Replies
    12
    Views
    2,710

    How to detect something inside a mouth?

    Hi,

    How can i detect if say a little ball is inside something like a pacman's mouth?

    See diagram:
  12. Thread: Microwave

    by Nutshell
    Replies
    30
    Views
    8,865

    Some theory of the cd sparks:...

    Some theory of the cd sparks:
    http://www.everist.org/special/mw_oven/index.htm#tech

    Some microwave experiments (most not as safe as the cd one):
    http://microwave.tehbox.com/
  13. Replies
    15
    Views
    5,554

    Maybe try a different version of Opera. It works...

    Maybe try a different version of Opera. It works fine for me :rolleyes:
  14. Replies
    6
    Views
    3,105

    You don't 'have' to know WinAPI to program games...

    You don't 'have' to know WinAPI to program games (e.g. allegro does that for ya).

    You might like to check out Andre Lamothe's Windows Game Programming For Dummies, or Tricks.

    Some quickie...
  15. Replies
    23
    Views
    6,684

    So so frustrating..

    So so frustrating..
  16. Replies
    3
    Views
    1,330

    I think you got the directions the other way...

    I think you got the directions the other way round. Try revert them all.
  17. Replies
    12
    Views
    18,750

    Simply use isalpha() -...

    Simply use isalpha() - http://www.mkssoftware.com/docs/man3/isalpha.3.asp
  18. Hmm, so i suppose the most popular alternatives...

    Hmm, so i suppose the most popular alternatives are:

    Direct Audio - FMod
    Direct Input - Glut ?!
    Direct Play - ???
  19. Opengl users: What are your replacements for DirectX Components?

    Heh,

    I know Opengl is for pure graphics, whereas DirectX includes the following components:
    DirectGraphics
    Direct Audio
    Direct Input
    Direct Play

    My question is, what do...
  20. Silvercord's idea is also in the book...

    Silvercord's idea is also in the book "Hyperspace". Very interesting concept that relates to other theories like superstrings and 10th dimension. If there's an online free fiction on the subject tell...
  21. Thread: bullets

    by Nutshell
    Replies
    10
    Views
    3,368

    I think the reason why it wouldn't compile with...

    I think the reason why it wouldn't compile with 'bool' is because the bool data type is C++, while your code is C.

    But substituting 0 for false and 1 as true is just as easy.
  22. Replies
    11
    Views
    9,573

    Hey PJ that problem sounds real interesting. What...

    Hey PJ that problem sounds real interesting. What contest is that from? meh
  23. Replies
    49
    Views
    7,158

    Wow bieh awsome. Are you using directX? You've...

    Wow bieh awsome. Are you using directX?

    You've come a long way since i when i saw your "space wars" last.
  24. Replies
    19
    Views
    3,740

    Connect4.

    Connect4.
  25. Thread: Allegro!?

    by Nutshell
    Replies
    12
    Views
    2,854

    Look at this txt file: ...

    Look at this txt file:

    C:\Dev-Cpp\Allegro\docs\build\mingw32.txt
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4