Search:

Type: Posts; User: Bert

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    33
    Views
    5,361

    Dev-C++ (MingW)

    Dev-C++ (MingW)
  2. Thread: Allegro

    by Bert
    Replies
    8
    Views
    2,048

    1: Included "allegro.h" 2: Included linker info...

    1: Included "allegro.h"
    2: Included linker info
    3: Dev-C++ installed in "C:\Dev-Cpp"
  3. Thread: Allegro

    by Bert
    Replies
    8
    Views
    2,048

    When I tried compiling the project it doesn't do...

    When I tried compiling the project it doesn't do anything. When I hit compile again it says its compiling. I'm pretty sure I installed allegro right. I got the binaries where the readme.txt said that...
  4. Thread: Allegro

    by Bert
    Replies
    8
    Views
    2,048

    Allegro

    I'm having some problems with allegro. I tried setting it up on Dev-C++ but when I compile I get errors. On how to set it up at www.allegro.cc it said I needed to include an *.a file into the project...
  5. Replies
    62
    Views
    7,435

    Language: C++ Complier: MingW ( or something...

    Language: C++
    Complier: MingW ( or something like that)
    Comment: My complier came with the Dev-C++ IDE package. Its great!
  6. Replies
    29
    Views
    4,640

    Console (MS-DOS Window). Just about all...

    Console (MS-DOS Window). Just about all programming languages can do this WITHOUT an API. Good kind of game for a beginer to make too.
  7. Replies
    36
    Views
    6,471

    GameDev - For Beginners Page...

    GameDev - For Beginners Page

    You should be able to find a few answers there.
  8. Replies
    32
    Views
    3,423

    I'd recomend learning C++ because its the most...

    I'd recomend learning C++ because its the most commonly used programming language. But you can't use graphics in C++. You will need another programming lanuage (API) to use graphics (with C++). Four...
  9. Thread: Dev-C++

    by Bert
    Replies
    5
    Views
    2,245

    I don't think my code is wrong and my code is...

    I don't think my code is wrong and my code is fine. But this also happened in version 4.9.4.0
  10. Thread: Dev-C++

    by Bert
    Replies
    5
    Views
    2,245

    Dev-C++

    I got Dev-C++ 4.9.5.0 and when I complied a program I got errors in the header files. Does anyone know how to fix this? I was using the "iostream" header file by the way and it showed errors in the...
  11. Replies
    5
    Views
    1,024

    Do you mean put the source code of one program...

    Do you mean put the source code of one program into another or put 2 source codes into one program? If that's what you mean just do something like the follwing.


    #include "file.cpp"
    #include...
  12. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    That didn't work. It displayed the same 4 errors.

    That didn't work. It displayed the same 4 errors.
  13. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    I tried moving "menu2()" out of "cityBertopia"....

    I tried moving "menu2()" out of "cityBertopia". But it just causes more errors. If it matters, I moved "int choice = menu2();" out. I don't think I can move just "menu2()".
  14. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    So what would you suggest?

    So what would you suggest?
  15. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    There isn't a "main2" in "cityBertopia" so I...

    There isn't a "main2" in "cityBertopia" so I think you mean "menu2". Anyways, "menu2" ISN'T declared in "cityBertopia". Its declared in "ROA_v3-0".
  16. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    Line / Unit / Message 147 / ROA_v3-0.cpp / In...

    Line / Unit / Message
    147 / ROA_v3-0.cpp / In file included from ... ROA_v3-0.cpp
    / cityBertopia.cpp / [Warning] In function 'void cityBertopia()'
    51 / cityBertopia.cpp / parse before '{'...
  17. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    Here's the other file.

    Here's the other file.
  18. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    I was updating this program and I came across...

    I was updating this program and I came across some errors again. Below (attached) are 2 of the files. It says that there are errors but I can't find them.
  19. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    Okay. It works. Thanks Fletch.

    Okay. It works. Thanks Fletch.
  20. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    So you think the problem is in "battleKnight",...

    So you think the problem is in "battleKnight", "battleBarbarian", and in "battleGoblin"? Well, I'm gonna attach "battleKnight" to this message. "battleBarabrian", and "battleGoblin" is pretty much...
  21. Thread: Parse Error

    by Bert
    Replies
    18
    Views
    3,762

    Parse Error

    I got a parse error when compliing the following code (its attached). They are on lines 113, 119, and 125. The complier says parse error before '}'.
  22. Thread: Illegal Operation

    by Bert
    Replies
    15
    Views
    2,343

    But I have to make it "0" at some point. So I...

    But I have to make it "0" at some point. So I guess I should find another way for it to pick a random number or something.
  23. Thread: Illegal Operation

    by Bert
    Replies
    15
    Views
    2,343

    A: I AM NOT dividing. I am making the computer...

    A: I AM NOT dividing. I am making the computer pick a number between 0 and the value of "weaponEP" and "armorEP".

    B: The "illegal operation" still happens when "weaponEP" and "armorEP" is not...
  24. Thread: Illegal Operation

    by Bert
    Replies
    15
    Views
    2,343

    I didn't have any division in my code but I think...

    I didn't have any division in my code but I think I know what the problem may be. I used the randmise thing. Here's a section of that code.


    yourAttack = rand() % 15;
    armorE =...
  25. Replies
    22
    Views
    2,721

    civix: Its not that I can't get good graphics....

    civix: Its not that I can't get good graphics. Its because I don't know how to put graphics into programs.
Results 1 to 25 of 39
Page 1 of 2 1 2