Search:

Type: Posts; User: DZeek

Search: Search took 0.01 seconds.

  1. Thread: Symbols?

    by DZeek
    Replies
    2
    Views
    1,148

    Symbols?

    How do you make symbols (such as ©) to display in a program? I tried adding it into the code, but it s hows up a small upsidedown L. Is there some code you need to put instead of the symbol to make...
  2. Replies
    21
    Views
    3,754

    Problem solved. I saved it as "guess1.0" and the...

    Problem solved. I saved it as "guess1.0" and the period messed it up. I resaved it without the period, and it creates the exe. :o
  3. Replies
    21
    Views
    3,754

    It works, but I just can't seem to find the exe....

    It works, but I just can't seem to find the exe. All the other programs I compiled had the exe in the same folder as the script, but this one doesn't...
  4. Replies
    21
    Views
    3,754

    Ok, so now that works, but I seem to be having...

    Ok, so now that works, but I seem to be having problems with my compiler :( . Whenever I compile, it should create a new .exe for my program, but now it doesn't create it (it used to). I am using Dev...
  5. Replies
    21
    Views
    3,754

    I'm confused about the code because the book I...

    I'm confused about the code because the book I was using to learn C++ seems WAY different (and I'm a newbie :D).

    I tried cin.get(); but it still closes after you guess a number (cin >> guess; ). ...
  6. Replies
    21
    Views
    3,754

    Has C++ changed a lot recently? Because I don't...

    Has C++ changed a lot recently? Because I don't understand most of that....

    I tried that and compiled it and it works. I add an if statement and a few "cin"s and "cout"s ( :p ) to get this:

    ...
  7. Replies
    21
    Views
    3,754

    So what should I change? What is the EXACT code I...

    So what should I change? What is the EXACT code I should use?
  8. Replies
    21
    Views
    3,754

    I tried all of that and it still doesn't work......

    I tried all of that and it still doesn't work... This is starting to get annoying...

    EDIT: Now it compiles the program but doesn't create an exe. This is getting frustrating.
  9. Replies
    21
    Views
    3,754

    Ok that is fixed, but I still have a problem....

    Ok that is fixed, but I still have a problem. Whenever I try to compile this program, my Dev C++ compiler says "unable to run program file"

    I think I did everything correctly....whats going on?
  10. Replies
    21
    Views
    3,754

    Thanks, that seems to have been what I needed....

    Thanks, that seems to have been what I needed. However, now I seem to be having compiler problems. I have done everything as I should have, but my Dev C++ Compiler is unable to compile my program.
    ...
  11. Replies
    21
    Views
    3,754

    Random Number Generator?

    I am creating a simple program which is in need of a simple random number generator. How would I make it so that it chooses a random number between 1 and 10?
  12. Replies
    12
    Views
    1,982

    Yeah, I kind of figured that out. :p Sheesh,...

    Yeah, I kind of figured that out. :p Sheesh, I'm not that bad at this stuff.
    ;)
  13. Replies
    12
    Views
    1,982

    Bleh, I'm confused with all this stuff. :D I...

    Bleh, I'm confused with all this stuff. :D
    I plan to move on to something WAY less difficult. Something which I can mess around with and to use to learn the basics. So, thanks for all your help...
  14. Replies
    12
    Views
    1,982

    Nah, that doesn't work. I cleared the code of all...

    Nah, that doesn't work. I cleared the code of all the console stuff, so it just opens a window. So now lets get back to my original question. When I run my program to create a window, the window...
  15. Replies
    12
    Views
    1,982

    How would that work? Do I just remove the int...

    How would that work? Do I just remove the int main(void) code or what? It's still very confusing to me... I guess I started on something too complicated :D .
  16. Replies
    12
    Views
    1,982

    :D It could have. :p Then how could it work?

    :D It could have. :p
    Then how could it work?
  17. Replies
    12
    Views
    1,982

    Question Changed: I added some code for a game...

    Question Changed:
    I added some code for a game to run in the window, but errors show up when I compile.
  18. Replies
    12
    Views
    1,982

    Problem

    I'm still trying out random codes from my Windows Game Programming for Dummies book. I created a program that creates a window on my Dev C++ compiler and I added the code for a simple spaceship game....
  19. Replies
    9
    Views
    3,577

    Does anyone know how I could make it so that the...

    Does anyone know how I could make it so that the code I used (check the first post) includes the option of going up and down?
  20. Replies
    9
    Views
    3,577

    Thanks for all your help everybody. I'll just...

    Thanks for all your help everybody.
    I'll just keep messing with it. :D

    EDIT: why isn't it possible to have it move on the y axis?
  21. Replies
    9
    Views
    3,577

    More questions: I am trying to add the option...

    More questions:

    I am trying to add the option of moving up and down (change in y), but I can't seem to figure out how to do it. Try to give me hints, so I can figure it out. ;)

    Also, It only...
  22. Replies
    9
    Views
    3,577

    Sweet! Thanks for the help. :D :D

    Sweet!
    Thanks for the help.
    :D :D
  23. Replies
    9
    Views
    3,577

    Problems with a simple console game

    I am a simple newbie at C++ but im eager to learn. I tried to use the sample code from a C++ book (windows game programming for dummies) and I compiled it on my Dev C++ compiler. After fixing some...
Results 1 to 23 of 23