Search:

Type: Posts; User: Ranedhel

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: stdafx.h?

    by Ranedhel
    Replies
    1
    Views
    8,628

    stdafx.h?

    Does anyone know where I can download the 'stdafx.h' library?
  2. Replies
    6
    Views
    2,212

    Re:

    I should have known(on both counts) :o
  3. Replies
    6
    Views
    2,212

    This is wierd.

    When I run this program, it displays correctly, but it also creates a bunch of wierd ascii symbols(smilie face, etc...).




    char map[9][9];
    {
    map[0][0] = '.';
    map[1][0] = '.';
    map[2][0] =...
  4. Replies
    1
    Views
    1,584

    Parse error in .rc file.

    It says there is a parse error here, but I made this script with a visual editor so I don't understand how there could be a problem.




    IDD_DIALOG1 DIALOG 20, 40, 145, 125
    STYLE DS_MODALFRAME...
  5. Replies
    11
    Views
    1,637

    Re:

    Ah, thanks. But I just found a way to do it with my compiler....
  6. Replies
    5
    Views
    905

    Re:

    Ah.

    Anyway, it was my compiler, reinstalling fixed it.:p
  7. Replies
    5
    Views
    905

    Re:

    Well, I tested the code on a different computer with the same compiler, and it worked fine.

    ...but...

    I did have some errors installing the compiler so I am reinstalling it. Maybe the problem...
  8. Replies
    10
    Views
    1,125

    Re:

    I am using Dev C++...
  9. Replies
    5
    Views
    905

    File I/O problem.

    This-



    ofstream savefile("arenasave.sav");


    -is giving me this error:
  10. Replies
    11
    Views
    1,637

    Re:

    No Ideas? Drat.:(
  11. Thread: Dos Graphics?

    by Ranedhel
    Replies
    10
    Views
    1,917

    Re:

    I had hoped it wouldn't come down to this, but I guess it has.
    I'm just sorta daunted by windows programming...but oh well,
    it looks like I don't have much of a choice.

    Which of those three do...
  12. Thread: Dos Graphics?

    by Ranedhel
    Replies
    10
    Views
    1,917

    Dos Graphics?

    I can't seem to find anyone who will tell me how or even that it is possible to display graphics without using windows commands.
    I am quite sure that it is possible because I have played many games...
  13. Replies
    11
    Views
    1,637

    hmmm...I guess it is... Sorry.

    hmmm...I guess it is...

    Sorry.
  14. Replies
    11
    Views
    1,637

    Changing the Icon on your exe...

    How do I change the Icon on my exe?
  15. Replies
    10
    Views
    1,125

    Re:

    Thanks man, I found one that helped...
  16. Replies
    10
    Views
    1,125

    Re:

    Only people who didn't know that. ;)
  17. Replies
    10
    Views
    1,125

    Re:

    That is only in windows 2000 & XP. :p
  18. Replies
    10
    Views
    1,125

    Two Questions.

    Ok, two questions here...

    1. How do I put an Icon on a '.exe' file?

    2. How do I make the console window run in fullscreen?
    (Is there a 'system' command?)
  19. Re:

    Lets not get off track here...
  20. Re:

    LoL, actually I did know I could do it with a loop, but I wasn't sure how(still not, when I try to display it it does every thing one dimensional).



    for (int a = 0; a <= 10; a++)
    {
    for (int...
  21. Re:

    If you would have read what I said, I haven't gotten around to refining it yet. :p

    Sorry 'bout the code tags though.
  22. Re:

    Nevermind, I understand how it works(duh!).

    Here is my code, could you show me how to edit it?
    (I know there are alot of unnecessary lines, but I haven't got around to refining it yet.)


    ...
  23. Re:

    I sorta like to understand every bit of what I put into my game, so I'd have to learn about windows programming before I can use your code(but still, thanks!).

    Here is what I don't understand...
  24. Re:

    The input is a 'int'.
  25. Getting input without the user having to press Enter...

    How do I get some input without the user having to press enter?
    (I read the FAQ on that, but I didn't quite understand it).
Results 1 to 25 of 35
Page 1 of 2 1 2