Search:

Type: Posts; User: pujuman

Search: Search took 0.01 seconds.

  1. Thread: Loop Trouble

    by pujuman
    Replies
    1
    Views
    1,410

    Loop Trouble ***New Error***

    ***Edit** New error:



    #include <iostream>
    #include <cstring>
    #include <windows.h>
    #include <stdlib.h>
    #include <time.h>
    #include <mmsystem.h>
  2. Replies
    9
    Views
    1,367

    Well, I don't think I'm going to worry about...

    Well, I don't think I'm going to worry about graphics for a while, once I get the majority of C++ down, I think I'll move onto OpenGL and who knows where from there.
  3. Thread: Function Help

    by pujuman
    Replies
    10
    Views
    1,357

    Well, to my luck, my dad is a programmer and...

    Well, to my luck, my dad is a programmer and actually has 2-5 C/C++ books (along with Java and other things). I'll have to check those out. The only reason haven't asked him for help is because he...
  4. Thread: Function Help

    by pujuman
    Replies
    10
    Views
    1,357

    Ugh... Well, I need an example of how to do this,...

    Ugh... Well, I need an example of how to do this, since I know no one is supposed to do it for me, but I usually need an example, so if you could use an example of calling more than one function and...
  5. Replies
    9
    Views
    1,367

    Alright, I've figured out the audio part, now I...

    Alright, I've figured out the audio part, now I need someone to help me with calling up a picture.
  6. Thread: Function Help

    by pujuman
    Replies
    10
    Views
    1,357

    Well, it's to handle the fight, as I stated, I...

    Well, it's to handle the fight, as I stated, I want the first code I listed to be the function (which contains a comment stating it's a fight loop).

    Sorry, I thought I stated it clearly, obviously...
  7. Thread: Function Help

    by pujuman
    Replies
    10
    Views
    1,357

    Function Help

    Alright, I need help with making a function. I have tried to comprehend what the tutorial is talking about, but, unfortunately, the tutorial does a function different than what I want to do with my...
  8. Replies
    9
    Views
    1,367

    Yeah, I looked into the graphics tutorials and my...

    Yeah, I looked into the graphics tutorials and my head got all muddy just trying to read it, so I gave up on that. For now, I'm just going to go one step at a time.

    That SDL thing is confusing, I...
  9. Replies
    9
    Views
    1,367

    Thanks for the help, I'll try it out and see if...

    Thanks for the help, I'll try it out and see if it's what I'm looking for (probably is, but you never know).
  10. Replies
    9
    Views
    1,367

    Calling Audio/Graphic Files

    I was just wondering if there is any way at all that I could call a sound (.wav, .mp3, etc.) and/or a graphic (.jpg, .gif, .bmp, etc.) via my C++ program. I looked in the OpenGL tutorials, but it's...
  11. Replies
    7
    Views
    2,150

    alright, I'll try that. If I get a snag, I'll...

    alright, I'll try that. If I get a snag, I'll either look at the tutorials, or I'll come back here. Thanks for the help!
  12. Replies
    7
    Views
    2,150

    yea, I saw that, everything you stated I fixed....

    yea, I saw that, everything you stated I fixed. Now I have another dilemma. I was wondering, how can I make it so the character (the player) receives damage? I'm already using the const int for the...
  13. Replies
    7
    Views
    2,150

    Alright, thanks, I took a class at Digipen 5...

    Alright, thanks, I took a class at Digipen 5 months ago and this was all basic stuff they taught, but I forgot it (I was waiting for the program). Sorry if this was a basic question, lol.
  14. Replies
    7
    Views
    2,150

    Looping Text based battle

    I've just started this and I can't seem to get my characters attack to loop. I've tried, but the loop is confusing for me, and I was wondering if anyone could tell me or show me how to loop.

    What...
Results 1 to 14 of 14