Search:

Type: Posts; User: Emotions

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    4,744

    Does anyone know of some good and easy to...

    Does anyone know of some good and easy to understand tutorials for learning Allegro? If you could post the website address it would be very helpful. Thanks...
  2. Replies
    11
    Views
    4,744

    Well I tried it by downloading that and it said...

    Well I tried it by downloading that and it said it was installed. I went to my package manager and it was there, so I hope it is working. Now to find out how to use it.


    Thanks all..


    ...
  3. Replies
    11
    Views
    4,744

    Going to try it your way prog-bman. Downloading...

    Going to try it your way prog-bman. Downloading it now. I hope it works because what is going on now is just a pain.
  4. Replies
    11
    Views
    4,744

    I'm lost again. I went back I believe I have the...

    I'm lost again. I went back I believe I have the enviroment variables set right. I add to the path exactly as B0bDole enter it. I created the MINGDIR and set the value to exactly what it said. ...
  5. Replies
    15
    Views
    3,780

    Great site. I don't know why I would need to...

    Great site. I don't know why I would need to know how to do that yet, but when it comes up I know how now so thanks.
  6. Replies
    11
    Views
    4,744

    Helped a little. I added it like you said and...

    Helped a little. I added it like you said and made the other that the tutorial stated. I went and changed directories like you said and went back to the place it said to type cmd.exe at the first...
  7. Replies
    11
    Views
    4,744

    installing and setting up Allegro

    I am still trying to install and setup Allegro where it will work. I will try to give a very detailed explanation of what is going on. Lets hope it all helps.

    Compiler: Dev-C++ v. 4.9.8.0
    OS:...
  8. Replies
    28
    Views
    6,942

    LuckY nailed this one. It was less code than I...

    LuckY nailed this one. It was less code than I thought there would be. What would I need to learn to make it graphical? Like have a square calculator pop up when I run the .exe file with buttons...
  9. Replies
    28
    Views
    6,942

    I got it. I add a Do...While loop in there. I...

    I got it. I add a Do...While loop in there. I added int loopcount. So I have everything defined and then my code is surrounded by a do....while (loopcount > 0); and inside my code I never stated...
  10. Replies
    28
    Views
    6,942

    That works great. Thanks. The next thing I want...

    That works great. Thanks. The next thing I want to do is have the program keep repeating after it does a problem. I want to enter an exit choice that when you choose it will exit, but otherwise...
  11. Replies
    28
    Views
    6,942

    I don't quite understand how to put what you said...

    I don't quite understand how to put what you said lucky into a loop. I had already written this before I read your post, but it doesn't work right. I was wondering if this could work and if it...
  12. Replies
    28
    Views
    6,942

    How can I turn that into something the calculator...

    How can I turn that into something the calculator can perform? I want it to be so the user can input a number and it tells the answer. But I can't think of any sort of set formula. I did some...
  13. Replies
    28
    Views
    6,942

    square root algorithm???

    I am building a calculator and already have addition, subtraction, multiplication, division, squaring a number, and I want to add in the square root function. The only problem is I don't know what...
  14. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    Not at all. At first I thought that post was...

    Not at all. At first I thought that post was directed towards me and I was beginning to get a little worried until I read on.
  15. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    I just remade the calculator with the switch...

    I just remade the calculator with the switch statement. It went smoothly except for the string choice; I had declared. A message came up saying that switch declares quantity not an integer. So I...
  16. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    Yeah I could just do the switch the same way by...

    Yeah I could just do the switch the same way by using numbers for each operation. I think I will rewrite it using switch statements to see if I can do it without any problems. Will help me learn. ...
  17. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    thanks for the help. I did it with a addition,...

    thanks for the help. I did it with a addition, subtraction, multiply, division, and square option. I just went ahead and did it using if statements and I added in numbers. Like I used 1)Add...
  18. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    Not taking any class. I am just trying to learn...

    Not taking any class. I am just trying to learn on my own from tutorials and books. I'm sorry but what do you mean by declaring my int in the main. I copied and pasted the code and I found out...
  19. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    Should I change it to a char or a string? I...

    Should I change it to a char or a string? I tried char and it compiled the exact same way and did the exact same thing. I tried putting it as string choice; and it didn't compile.
  20. Thread: what's wrong?

    by Emotions
    Replies
    17
    Views
    1,851

    what's wrong?

    Okay well I am going to try to make a big calculator, but I am starting off here since this is something I don't understand. Sorry for most likely a very stupid question, but could use your help. ...
  21. Thread: OpenGL

    by Emotions
    Replies
    6
    Views
    1,491

    I am using Dev-C++ as my compiler.

    I am using Dev-C++ as my compiler.
  22. Thread: OpenGL

    by Emotions
    Replies
    6
    Views
    1,491

    I'm running Windows XP.

    I'm running Windows XP.
  23. Thread: OpenGL

    by Emotions
    Replies
    6
    Views
    1,491

    OpenGL

    Where can I get OpenGL? Do I have to buy it or can I download it and if I can download it, is it full version or just a trial? I looked at www.opengl.org, but I didn't find anything (Most likely...
  24. Replies
    4
    Views
    2,887

    Graphics Library

    My current compiler is Dev-C++ and I am trying to make a Pong remake. I don't know much about programming and hardly any about adding graphics into a game. But I was told I need to get a graphics...
  25. Thread: Source code

    by Emotions
    Replies
    2
    Views
    1,211

    Source code

    I have been learning bits and pieces of C++ for about 3 weeks or so now and I have written a few text based things, such as a calculator, guessing games, and other such things. I have done many...
Results 1 to 25 of 31
Page 1 of 2 1 2