Search:

Type: Posts; User: Rainer

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,323

    I see... you used int c, instead of char c. I...

    I see... you used int c, instead of char c. I didn't notice that before.
  2. Replies
    8
    Views
    5,323

    all i need to know (for now) is how to use this...

    all i need to know (for now) is how to use this code to detect up arrow, down arrow, and enter.

    EDIT:
    my compiler: djgpp with rhide IDE
    my os: windows 98 (the program is a dos program, though)
  3. Replies
    8
    Views
    5,323

    thanks for the help...i guess

    thanks for the help...i guess
  4. Replies
    8
    Views
    5,323

    Keystroke Detection

    How do I detect keystrokes that aren't characters, such as cursor keys or shift keys?
  5. Thread: Half Second

    by Rainer
    Replies
    4
    Views
    1,560

    I want to be able to run my program in any win32...

    I want to be able to run my program in any win32 environment (since it's ANSI, it shouldn't matter, right?) and I have the worst compiler out there, Dev version 4. I've been meaning to get a better...
  6. Thread: Half Second

    by Rainer
    Replies
    4
    Views
    1,560

    Half Second

    I know I can use the time(NULL) function to measure amounts of time as little as one second, but how can I measure less than one second?
  7. Thread: Acronym

    by Rainer
    Replies
    12
    Views
    1,649

    I'll check those out [edit] :eek:

    I'll check those out

    [edit]
    :eek: <long pause>
    uh...
    I think perceptrons are about stimuli and response, and though not a math freak, I think I have an idea how they work.

    I haven't got the...
  8. Thread: Acronym

    by Rainer
    Replies
    12
    Views
    1,649

    Yes, impossible. It's possible, though difficult...

    Yes, impossible. It's possible, though difficult to make a good illusion of AI, but sci-fi stuff ingrained in pop culture like HAL 9000 or the terminator: That is impossible, computers only do what...
  9. Thread: Acronym

    by Rainer
    Replies
    12
    Views
    1,649

    That's the beuty of it. It's not really AI,...

    That's the beuty of it. It's not really AI, that's impossible. Its just an illusion, and I have a design.

    Besides, I don't want a brain aneurysm my second day on the project, so let's keep the...
  10. Thread: Acronym

    by Rainer
    Replies
    12
    Views
    1,649

    Acronym

    I'm designing a program (my first feeble attempt at AI). So far, I've been calling it Hal 1.0, but that's really lame. What I need is an average sounding first name that's an acronym for something....
  11. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    I tried something unprecedented: Reading the...

    I tried something unprecedented: Reading the chapter that the program came from. I found this:

    "The TransparentBlt() function is part of the Win32 API, but it requires the inclusion of a special...
  12. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    I think I attached the project as a zip file, but...

    I think I attached the project as a zip file, but I don't see it when I view the thread. Oh well, here's a link from my website chapter 6.zip
  13. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    Sorry for the delay; internet trouble. I've been...

    Sorry for the delay; internet trouble. I've been getting the examples to compile a chapter at a time. I'm up to chapter 6, and I get this error:

    bitmap.cpp line 226: implicit declaration of 'int...
  14. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    Thanks, I'll look for that. Does it come with...

    Thanks, I'll look for that. Does it come with some kind of guide, or is it just the nessesary software?
  15. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    but wouldn't it make sense that an example from a...

    but wouldn't it make sense that an example from a tutorial that was compiled on the borland compiler should compile on the borland compiler? Wouldn't that only seem logical(which is what programming...
  16. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    I got strange results. At first I wasn't...

    I got strange results. At first I wasn't compiling it as a project at all, and that didn't work. I switched it to a win32 project and it compiled, but the icons were the dev project default icons,...
  17. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    actionbasti, since you're familiar with the book,...

    actionbasti, since you're familiar with the book, here is what happens when I try to compile the example from hour three:

    c:\windows\TEMP\ccPvGs1a.o: In function `GameInitialize(HINSTANCE__ *)':
    ...
  18. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    But nothing compiles. How am I supposed to learn...

    But nothing compiles. How am I supposed to learn if nothing compiles? Do you know of any alternatives or game engines that work in Dev?
  19. Thread: Getting started

    by Rainer
    Replies
    16
    Views
    3,561

    Getting started

    How can I get started writing games for windows? I bought this book "Teach yourself Game Programming in 24 hours", but none of the examples will compile in Dev, and I can't afford anything else. ...
  20. Thread: Sprite Placing

    by Rainer
    Replies
    6
    Views
    1,144

    I am using Bloodshed Dev C++ v4.0.1 with...

    I am using Bloodshed Dev C++ v4.0.1 with "conio.h" cut-and-pasted from a different compiler, if that helps. I don't think it has any of the windows-related libraries, but I'm about to buy a book on...
  21. Thread: Sprite Placing

    by Rainer
    Replies
    6
    Views
    1,144

    that blows, now i have to learn win32 programming.

    that blows, now i have to learn win32 programming.
  22. Thread: Sprite Placing

    by Rainer
    Replies
    6
    Views
    1,144

    Sprite Placing

    Is there a function for putting a bitmap (or otherwise) picture file on the screen in dos programming? If there is, how do you use it?
  23. Thread: Full Screen

    by Rainer
    Replies
    4
    Views
    3,966

    Thanks

    Thanks
  24. Thread: Full Screen

    by Rainer
    Replies
    4
    Views
    3,966

    Full Screen

    Does anybody know how to set a console program to full screen mode?
  25. Thread: kbhit()

    by Rainer
    Replies
    7
    Views
    1,792

    Never mind now, I got a different version of Dev...

    Never mind now, I got a different version of Dev C++ that had a more *professional* conio.h and it worked. Thanks anyway
Results 1 to 25 of 28
Page 1 of 2 1 2